summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-01 18:24:41 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-01 18:24:41 +0000
commitd659132ecf7a4948bc74593da6a62bf094bbf52b (patch)
treeee09af03cfa7a8d94112768cec109f5af6ab4b11 /chrome/common/chrome_switches.h
parent3bf03aff50e1881229c3b4e28591da4959b9ea07 (diff)
downloadchromium_src-d659132ecf7a4948bc74593da6a62bf094bbf52b.zip
chromium_src-d659132ecf7a4948bc74593da6a62bf094bbf52b.tar.gz
chromium_src-d659132ecf7a4948bc74593da6a62bf094bbf52b.tar.bz2
Some UI tests would fail on some boxes as these tests have specific expectations in term of how many and what kind of info-bars are showing, and the default browser check would add an extra info-bar.
This CL adds a switch that disables the default browser check on start-up and makes the UI tests specify that switch. BUG=13064 TEST=Run the UI tests. Review URL: http://codereview.chromium.org/112081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index e7adab0..5a5c6cb 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -179,6 +179,8 @@ extern const wchar_t kForceFieldTestNameAndValue[];
extern const wchar_t kNewNewTabPage[];
+extern const wchar_t kNoDefaultBrowserCheck[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H_