| Index: chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| diff --git a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| index d4f515a3488de8d131e444b7b677bcda889b2376..38fa796fa2eebae67f1bc0f4a1e6e197f25ebb8b 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| @@ -219,11 +219,7 @@ INSTANTIATE_TEST_CASE_P(
|
| TypeAndName(kPolicyAllowFileSelectionDialogs,
|
| prefs::kAllowFileSelectionDialogs),
|
| TypeAndName(kPolicyChromotingEnabled,
|
| - prefs::kChromotingEnabled),
|
| - TypeAndName(kPolicyChromotingHostEnabled,
|
| - prefs::kChromotingHostEnabled),
|
| - TypeAndName(kPolicyChromotingHostFirewallTraversal,
|
| - prefs::kChromotingHostFirewallTraversal)));
|
| + prefs::kChromotingEnabled)));
|
|
|
| #if defined(OS_CHROMEOS)
|
| INSTANTIATE_TEST_CASE_P(
|
|
|