summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/app/keystone_glue.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/keystone_glue.m b/chrome/app/keystone_glue.m
index ca73f24..0a01374 100644
--- a/chrome/app/keystone_glue.m
+++ b/chrome/app/keystone_glue.m
@@ -60,6 +60,9 @@ typedef enum { kKSPathExistenceChecker } KSExistenceCheckerType;
existenceCheckerString:[mainBundle bundlePath]
serverURLString:url];
+ // Mark an active RIGHT NOW; don't wait an hour for the first one.
+ [ksr setActive];
+
// Set up hourly activity pings.
[NSTimer scheduledTimerWithTimeInterval:60 * 60 // One hour
target:self