summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
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 f2e0c68..e694366 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -344,6 +344,9 @@ const wchar_t kEnableExtensions[] = L"enable-extensions";
// handling so that users can double-click on an extension.
const wchar_t kInstallExtension[] = L"install-extension";
+// Load an extension from the specified directory.
+const wchar_t kLoadExtension[] = L"load-extension";
+
// Causes the browser to launch directly in incognito mode.
const wchar_t kIncognito[] = L"incognito";