summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorerikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-29 23:19:19 +0000
committererikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-29 23:19:19 +0000
commitcc65591412746641bf656d52d71663726cdd7934 (patch)
treef31a1514d566e91d00219f38d57e2cbacac988dd /chrome/common/chrome_switches.h
parent219a862ce1d8b647364c31dfa619c4d956cfae35 (diff)
downloadchromium_src-cc65591412746641bf656d52d71663726cdd7934.zip
chromium_src-cc65591412746641bf656d52d71663726cdd7934.tar.gz
chromium_src-cc65591412746641bf656d52d71663726cdd7934.tar.bz2
Simple installation of extensions using chrome.exe --install-extensionChanged manifest filename to end in .json.Updated authoring script to include sha256 hash of zip file.
Review URL: http://codereview.chromium.org/18477 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8926 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 65a7e00..046c690 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -130,6 +130,7 @@ extern const wchar_t kSdchFilter[];
extern const wchar_t kEnableUserScripts[];
extern const wchar_t kEnableExtensions[];
+extern const wchar_t kInstallExtension[];
extern const wchar_t kIncognito[];
extern const wchar_t kUseOldSafeBrowsing[];