diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 23:19:19 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 23:19:19 +0000 |
commit | cc65591412746641bf656d52d71663726cdd7934 (patch) | |
tree | f31a1514d566e91d00219f38d57e2cbacac988dd /chrome/common/chrome_switches.h | |
parent | 219a862ce1d8b647364c31dfa619c4d956cfae35 (diff) | |
download | chromium_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.h | 1 |
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[]; |