Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5400)

Unified Diff: chrome/browser/policy/configuration_policy_pref_store_unittest.cc

Issue 10316022: Wire up the policy for controlling pinned apps in the ash launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_unittest.cc ('k') | chrome/browser/policy/policy_error_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698