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

Unified Diff: chrome/test/remoting/remote_desktop_browsertest.cc

Issue 872433006: Disconnect one click sign in code. The code itself will be removed in followup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge Created 5 years, 10 months 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/signin/core/browser/about_signin_internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/remoting/remote_desktop_browsertest.cc
diff --git a/chrome/test/remoting/remote_desktop_browsertest.cc b/chrome/test/remoting/remote_desktop_browsertest.cc
index 1c9528ce6cc8fbb226aba834d23f2ee19b6d1095..3f7f5759d22086d479e5cbf210bc18493f8337cd 100644
--- a/chrome/test/remoting/remote_desktop_browsertest.cc
+++ b/chrome/test/remoting/remote_desktop_browsertest.cc
@@ -677,11 +677,6 @@ void RemoteDesktopBrowserTest::ParseCommandLine() {
ASSERT_NE(webapp_crx_.empty(), webapp_unpacked_.empty());
}
- // Run with "enable-web-based-signin" flag to enforce web-based sign-in,
- // rather than inline signin. This ensures we use the same authentication
- // page, regardless of whether we are testing the v1 or v2 web-app.
- command_line->AppendSwitch(switches::kEnableWebBasedSignin);
-
// Enable experimental extensions; this is to allow adding the LG extensions
command_line->AppendSwitch(
extensions::switches::kEnableExperimentalExtensionApis);
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/signin/core/browser/about_signin_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698