Index: chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc |
diff --git a/chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc b/chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc |
index 3eef72f7496d7905ec0afda37cd508c0d36adbb2..f8fd023295363f753799954f109190762a8a93ad 100644 |
--- a/chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc |
+++ b/chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc |
@@ -69,8 +69,8 @@ class ProxyAuthOnUserBoardScreenTest |
net::SpawnedTestServer::kLocalhost, |
base::FilePath()) { |
// TODO(paulmeyer): Re-enable webview version of this test |
- // (uncomment this line) once http://crbug.com/452452 is fixed. |
- // set_use_webview(GetParam()); |
+ // (once http://crbug.com/452452 is fixed. |
+ set_use_webview(false); |
Dmitry Polukhin
2015/04/22 06:47:07
dito, there is no sense t run the same test twice
Nikita (slow)
2015/04/22 09:01:45
Done.
|
} |
~ProxyAuthOnUserBoardScreenTest() override {} |