| 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 6071d9ac35a9795ccf67e4d5e006af232b023e8c..6ff72d45a3df11ba8656553404bbe207d8921a87 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| @@ -208,6 +208,8 @@ INSTANTIATE_TEST_CASE_P(
|
| prefs::kDisableSpdy),
|
| PolicyAndPref(key::kSafeBrowsingEnabled,
|
| prefs::kSafeBrowsingEnabled),
|
| + PolicyAndPref(key::kSafeSearchEnabled,
|
| + prefs::kSafeSearchEnabled),
|
| PolicyAndPref(key::kMetricsReportingEnabled,
|
| prefs::kMetricsReportingEnabled),
|
| PolicyAndPref(key::kPasswordManagerEnabled,
|
|
|