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

Unified Diff: chrome/browser/chromeos/policy/blocking_login_browsertest.cc

Issue 1095843003: [cros] Modify oobe/login tests to work with webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable blocking test Created 5 years, 8 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
Index: chrome/browser/chromeos/policy/blocking_login_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/blocking_login_browsertest.cc b/chrome/browser/chromeos/policy/blocking_login_browsertest.cc
index 03b0504c4681d7b21f4a5e7e318b2a092de7be8c..72db1d770d54726dfbc12819cc598cf26a1b2492 100644
--- a/chrome/browser/chromeos/policy/blocking_login_browsertest.cc
+++ b/chrome/browser/chromeos/policy/blocking_login_browsertest.cc
@@ -85,7 +85,10 @@ class BlockingLoginTest
public content::NotificationObserver,
public testing::WithParamInterface<BlockingLoginTestParam> {
public:
- BlockingLoginTest() : profile_added_(NULL) {}
+ BlockingLoginTest() : profile_added_(NULL) {
+ // TODO(nkostylev): Fix this test for webview. http://crbug.com/477402
+ set_use_webview(false);
+ }
void SetUpCommandLine(base::CommandLine* command_line) override {
OobeBaseTest::SetUpCommandLine(command_line);

Powered by Google App Engine
This is Rietveld 408576698