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

Unified Diff: trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc

Issue 32513006: Revert 229896 "Cache force-installed apps/extensions in device-l..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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: trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc
===================================================================
--- trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc (revision 229896)
+++ trunk/src/chrome/browser/policy/configuration_policy_handler_list.cc (working copy)
@@ -95,6 +95,9 @@
{ key::kApplicationLocaleValue,
prefs::kApplicationLocale,
Value::TYPE_STRING },
+ { key::kExtensionInstallForcelist,
+ prefs::kExtensionInstallForceList,
+ Value::TYPE_LIST },
{ key::kDisabledPlugins,
prefs::kPluginsDisabledPlugins,
Value::TYPE_LIST },
« no previous file with comments | « trunk/src/chrome/browser/policy/browser_policy_connector.cc ('k') | trunk/src/chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698