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 c5158fd4ba8b625d50948a4fedfb59862fb98a4c..0620c9c0f52c2dd85095c3fc28af162fb8858713 100644 |
--- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc |
+++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc |
@@ -91,10 +91,6 @@ INSTANTIATE_TEST_CASE_P( |
testing::Values( |
PolicyAndPref(key::kRestoreOnStartupURLs, |
prefs::kURLsToRestoreOnStartup), |
- PolicyAndPref(key::kExtensionInstallWhitelist, |
- prefs::kExtensionInstallAllowList), |
- PolicyAndPref(key::kExtensionInstallBlacklist, |
- prefs::kExtensionInstallDenyList), |
PolicyAndPref(key::kDisabledPlugins, |
prefs::kPluginsDisabledPlugins), |
PolicyAndPref(key::kDisabledPluginsExceptions, |