summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-23 23:04:16 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-23 23:04:16 +0000
commite55378cd7576dd71f40a6922de3a8182ee45bdeb (patch)
tree0a6e595de4f72aa0aea6719ab1af583d9b6317f3 /chrome/common/chrome_switches.h
parent643392dea6e2a3d07e4451e3bcb07650fa941dad (diff)
downloadchromium_src-e55378cd7576dd71f40a6922de3a8182ee45bdeb.zip
chromium_src-e55378cd7576dd71f40a6922de3a8182ee45bdeb.tar.gz
chromium_src-e55378cd7576dd71f40a6922de3a8182ee45bdeb.tar.bz2
Windows: Add --organic flag to simulate an organic install for testing purposes.
BUG=none TEST=run with --organic --first-run Review URL: http://codereview.chromium.org/3047011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53546 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index ce8a7bc..8059630 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -195,6 +195,7 @@ extern const char kNoReferrers[];
extern const char kNoSandbox[];
extern const char kNumPacThreads[];
extern const char kOpenInNewWindow[];
+extern const char kOrganicInstall[];
extern const char kPackExtension[];
extern const char kPackExtensionKey[];
extern const char kParentProfile[];