From 6cf2af2efbde465c5ce6c90bd141056ed78ba335 Mon Sep 17 00:00:00 2001 From: "robertshield@google.com" Date: Tue, 5 May 2009 20:17:25 +0000 Subject: 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 --- chrome/common/chrome_switches.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/chrome_switches.h') 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[]; -- cgit v1.1