diff options
author | robertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 20:17:25 +0000 |
---|---|---|
committer | robertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 20:17:25 +0000 |
commit | 6cf2af2efbde465c5ce6c90bd141056ed78ba335 (patch) | |
tree | e6d5515e1fda78e9c8866ec356b525ba8a174411 /chrome/common/chrome_switches.h | |
parent | 04bd2bb5cfa7530ac4caf649310b93d9719c28d3 (diff) | |
download | chromium_src-6cf2af2efbde465c5ce6c90bd141056ed78ba335.zip chromium_src-6cf2af2efbde465c5ce6c90bd141056ed78ba335.tar.gz chromium_src-6cf2af2efbde465c5ce6c90bd141056ed78ba335.tar.bz2 |
Adding first run bypass command line flag.
This allows the browser to start up without ever showing the first run UI, regardless of whether the First Run sentinel file is present. Quite useful for automated testing ;-)
Review URL: http://codereview.chromium.org/99344
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 46dd746..964aa38 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -103,6 +103,8 @@ extern const wchar_t kEnableWatchdog[]; extern const wchar_t kFirstRun[]; +extern const wchar_t kNoFirstRun[]; + extern const wchar_t kMessageLoopHistogrammer[]; extern const wchar_t kImport[]; |