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 84cc70f..00757ed 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -376,6 +376,9 @@ const wchar_t kLoadExtension[] = L"load-extension";
// Load an NPAPI plugin from the specified path.
const wchar_t kLoadPlugin[] = L"load-plugin";
+// directory to locate user scripts in as an over-ride of the default
+const wchar_t kUserScriptsDir[] = L"user-scripts-dir";
+
// Causes the browser to launch directly in incognito mode.
const wchar_t kIncognito[] = L"incognito";