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

Unified Diff: chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc

Issue 1130863002: Remove unused data reduction proxy prefs from direct settings API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head Created 5 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/preference/preference_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc
diff --git a/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc b/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc
index d6a3191c3e5ae7f34f4a828479a652a0322c6078..1c0c5803d5977faf9716ffc772aeb767282e42cd 100644
--- a/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc
+++ b/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc
@@ -31,9 +31,6 @@ class PreferenceWhitelist {
whitelist_.insert("googlegeolocationaccess.enabled");
// The following settings need to be checked and probably removed. See
// http://crbug.com/164227#c157 .
- whitelist_.insert("spdy_proxy.enabled");
- whitelist_.insert("data_reduction.daily_original_length");
- whitelist_.insert("data_reduction.daily_received_length");
whitelist_.insert("data_reduction.update_daily_lengths");
whitelist_.insert("easy_unlock.proximity_required");
}
« no previous file with comments | « no previous file | chrome/browser/extensions/api/preference/preference_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698