| Index: chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| index 1d6f75ad8d5b9b57e6699290858b9d118a07cd90..6f7280a1a4e8e86fc744094ff4e20af46813339a 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| @@ -1039,11 +1039,9 @@ IN_PROC_BROWSER_TEST_P(WizardControllerProxyAuthOnSigninTest,
|
| auth_needed_waiter.Wait();
|
| }
|
|
|
| -// TODO(paulmeyer): Re-enable webview version of this test
|
| -// (drop this condition) once http://crbug.com/452452 is fixed.
|
| INSTANTIATE_TEST_CASE_P(WizardControllerProxyAuthOnSigninSuite,
|
| WizardControllerProxyAuthOnSigninTest,
|
| - testing::Values(false));
|
| + testing::Bool());
|
|
|
| class WizardControllerKioskFlowTest : public WizardControllerFlowTest {
|
| protected:
|
|
|