summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-09 02:56:41 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-09 02:56:41 +0000
commita17f946fe4acf8bef67945d76931c14607e8e404 (patch)
treee785b129ec283de54f944bced5570f347a071b49 /chrome/common/chrome_switches.h
parentc0e0ee4d9be9a9a682210ff1c7853e9f1f8e3770 (diff)
downloadchromium_src-a17f946fe4acf8bef67945d76931c14607e8e404.zip
chromium_src-a17f946fe4acf8bef67945d76931c14607e8e404.tar.gz
chromium_src-a17f946fe4acf8bef67945d76931c14607e8e404.tar.bz2
chrome.exe --package-extension generates .crx from extension directory
R=aa BUG=12114 Review URL: http://codereview.chromium.org/118328 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 2432050..50666c8 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -143,6 +143,8 @@ extern const wchar_t kEnableUserScripts[];
extern const wchar_t kEnableExtensions[];
extern const wchar_t kInstallExtension[];
extern const wchar_t kLoadExtension[];
+extern const wchar_t kPackExtension[];
+extern const wchar_t kPackExtensionKey[];
extern const wchar_t kLoadPlugin[];
extern const wchar_t kUserScriptsDir[];