From 93fd78f484b75a75ab346d03cb2d8cb6e5ba4037 Mon Sep 17 00:00:00 2001 From: "asargent@chromium.org" Date: Fri, 10 Jul 2009 16:43:17 +0000 Subject: 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 --- chrome/common/chrome_switches.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/common/chrome_switches.cc') 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"; -- cgit v1.1