Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3922)

Unified Diff: chrome/browser/ui/sync/one_click_signin_helper_unittest.cc

Issue 11316299: Enable web-based sign in flow by default. Can use command line argument (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix BiDi tests and indent Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
diff --git a/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc b/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
index 121d77582712428c22cb2ed2f78413f4aa13f1af..24c3d8a17a132dbfb6105a5af16d8825ad294fa8 100644
--- a/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
+++ b/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
@@ -215,10 +215,6 @@ OneClickSigninHelperTest::OneClickSigninHelperTest()
}
void OneClickSigninHelperTest::SetUp() {
- // Make sure web flow is enabled for tests.
- CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kUseWebBasedSigninFlow);
-
TestingProfile* testing_profile = new TestingProfile();
browser_context_.reset(testing_profile);
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_helper.cc ('k') | chrome/browser/ui/webui/bidi_checker_web_ui_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698