| 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);
|
|
|