| Index: chrome/browser/policy/policy_prefs_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_prefs_browsertest.cc b/chrome/browser/policy/policy_prefs_browsertest.cc
|
| index b5eb8bfb2e7401512846ff3fbe0e92e01d63c08a..4becba9e1c473d0fcc1e56f6962a403e9a501f95 100644
|
| --- a/chrome/browser/policy/policy_prefs_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_prefs_browsertest.cc
|
| @@ -601,13 +601,7 @@ class PolicyPrefIndicatorTest
|
|
|
| // Verifies that controlled setting indicators correctly show whether a pref's
|
| // value is recommended or enforced by a corresponding policy.
|
| -#if defined(OS_WIN) && !defined(NDEBUG)
|
| -// TODO(zea): Fix failure on Windows. See crbug.com/402233 for details.
|
| -#define MAYBE_CheckPolicyIndicators DISABLED_CheckPolicyIndicators
|
| -#else
|
| -#define MAYBE_CheckPolicyIndicators CheckPolicyIndicators
|
| -#endif
|
| -IN_PROC_BROWSER_TEST_P(PolicyPrefIndicatorTest, MAYBE_CheckPolicyIndicators) {
|
| +IN_PROC_BROWSER_TEST_P(PolicyPrefIndicatorTest, CheckPolicyIndicators) {
|
| const PolicyTestCases test_cases;
|
| PrefService* local_state = g_browser_process->local_state();
|
| PrefService* user_prefs = browser()->profile()->GetPrefs();
|
|
|