summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-10 16:43:17 +0000
committerasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-10 16:43:17 +0000
commit93fd78f484b75a75ab346d03cb2d8cb6e5ba4037 (patch)
tree253bcbc69e67d7b5da0cc40789f3156909011ef0 /chrome/common/chrome_switches.cc
parent5c4266928220b850dc96474953f0b3a29739e0d3 (diff)
downloadchromium_src-93fd78f484b75a75ab346d03cb2d8cb6e5ba4037.zip
chromium_src-93fd78f484b75a75ab346d03cb2d8cb6e5ba4037.tar.gz
chromium_src-93fd78f484b75a75ab346d03cb2d8cb6e5ba4037.tar.bz2
Implementation of Extension Updater.
This also contains changes to the ExtensionsService to hook up the ExtensionUpdater. BUG=http://crbug.com/12117 TEST=Extensions still work Review URL: http://codereview.chromium.org/149213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 9ba11a1..cef4dad 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -392,6 +392,9 @@ const wchar_t kEnableUserScripts[] = L"enable-user-scripts";
// Enable extensions.
const wchar_t kEnableExtensions[] = L"enable-extensions";
+// Frequency in seconds for Extensions auto-update.
+const wchar_t kExtensionsUpdateFrequency[] = L"extensions-update-frequency";
+
// Install the extension specified in the argument. This is for MIME type
// handling so that users can double-click on an extension.
const wchar_t kInstallExtension[] = L"install-extension";