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

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

Issue 132433005: Use web-based sign-in, rather than inline signin, for v1 and v2 apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use web-based-signin, rather than inline signin. Created 6 years, 11 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 | « no previous file | no next file » | 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 58d659306e0d4e1d1e26a05a22ab17d3f88fea51..98abea2af6b39364433af197b12cf5c9755a3563 100644
--- a/chrome/test/remoting/remote_desktop_browsertest.cc
+++ b/chrome/test/remoting/remote_desktop_browsertest.cc
@@ -554,6 +554,11 @@ void RemoteDesktopBrowserTest::ParseCommandLine() {
// One and only one of these two arguments should be provided.
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);
}
void RemoteDesktopBrowserTest::ExecuteScript(const std::string& script) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698