diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 20:13:23 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 20:13:23 +0000 |
commit | 0cd957bf0e56ca2b3520485caf204a289bf82f78 (patch) | |
tree | fd4329db311e5961d1eff7a0ca20939f66b3ca9f /chrome/common/chrome_switches.h | |
parent | 90c7aa0fe476246b74608e564ea09f0d2a4951da (diff) | |
download | chromium_src-0cd957bf0e56ca2b3520485caf204a289bf82f78.zip chromium_src-0cd957bf0e56ca2b3520485caf204a289bf82f78.tar.gz chromium_src-0cd957bf0e56ca2b3520485caf204a289bf82f78.tar.bz2 |
Adds a command line flag, --user-scripts-dir=..., to specify a directory to use
in place of the default user scripts location. This eases development of
userscripts since you can simply point the browser at your SCM checkout location
instead of needing to try to sync things into your local userscripts directory.
Code review URL: http://codereview.chromium.org/37011
Checking in for slightlyoff
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11146 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 7836637..0c4c2e5 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -139,6 +139,7 @@ extern const wchar_t kEnableExtensions[]; extern const wchar_t kInstallExtension[]; extern const wchar_t kLoadExtension[]; extern const wchar_t kLoadPlugin[]; +extern const wchar_t kUserScriptsDir[]; extern const wchar_t kIncognito[]; extern const wchar_t kUseOldSafeBrowsing[]; |