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

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

Issue 23533032: Added policy to control pref: spdy_proxy.enabled (kSpdyProxyAuthEnabled). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed based on Joao's comments. Created 7 years, 3 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
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/configuration_policy_handler_list.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index e17a74f17952f2a9271ad9f3b3f850a7ea332e15..c11ca7347ff4a3645f2c96b8dbb1557e23e63762 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -439,6 +439,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
prefs::kBackgroundModeEnabled,
Value::TYPE_BOOLEAN },
#endif // !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
+
+#if defined(OS_ANDROID)
+ { key::kDataCompressionProxyEnabled,
+ prefs::kSpdyProxyAuthEnabled,
+ Value::TYPE_BOOLEAN },
+#endif // defined(OS_ANDROID)
};
// Mapping from extension type names to Manifest::Type.
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698