Commit 21dd7d0d authored by abarth@chromium.org's avatar abarth@chromium.org

Don't perform the default browser check when running the page cycler. This

might be causing some infobar-related noise in the page cycler results.

BUG=88687

Review URL: http://codereview.chromium.org/7329007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91792 0039d316-1c4b-4281-b951-d872f2087c98
parent 0988aadb
......@@ -137,6 +137,7 @@ class PageCyclerTest : public UIPerfTest {
// Expose garbage collection for the page cycler tests.
launch_arguments_.AppendSwitchASCII(switches::kJavaScriptFlags,
"--expose_gc");
launch_arguments_.AppendSwitch(switches::kNoDefaultBrowserCheck);
}
void SetUp() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment