summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-03 17:54:34 +0000
committerasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-03 17:54:34 +0000
commit951073ea674d8436fbcfbd6a0310fe20fb2e6a4a (patch)
tree21e794f5116c4bb59174b754920c7cccdcb72639 /chrome/common/pref_names.h
parentde5a586ec7ca9cbbc45953ef5485cff7d8c8c4f3 (diff)
downloadchromium_src-951073ea674d8436fbcfbd6a0310fe20fb2e6a4a.zip
chromium_src-951073ea674d8436fbcfbd6a0310fe20fb2e6a4a.tar.gz
chromium_src-951073ea674d8436fbcfbd6a0310fe20fb2e6a4a.tar.bz2
Make extensions auto-update schedule persist across browser restarts.
Instead of starting the timer all over again, we instead persist some information about when we had scheduled it and when it actually fired. We then try to balance keeping clients reasonably up to date with avoiding a thundering herd against servers. BUG=http://crbug.com/12545 TEST=none Review URL: http://codereview.chromium.org/160433 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22286 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index a33ca22..d620347 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -197,6 +197,9 @@ extern const wchar_t kNumKeywords[];
extern const wchar_t kEnableExtensions[];
extern const wchar_t kEnableUserScripts[];
+extern const wchar_t kLastExtensionsUpdateCheck[];
+extern const wchar_t kNextExtensionsUpdateCheck[];
+
extern const wchar_t kNTPMostVisitedURLsBlacklist[];
extern const wchar_t kNTPMostVisitedPinnedURLs[];
extern const wchar_t kNTPTipsCache[];