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

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

Issue 1776373002: [Extensions] Remove unused parts of the preferencesPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really clean up prefs Created 4 years, 9 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/preferences_private/preferences_private_api.h » ('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 e40a5f1e60d0b8bdd369443c70849a2e2d163f0d..635d127c55e5e4556d69327b5c262854cebcba93 100644
--- a/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc
+++ b/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc
@@ -31,7 +31,6 @@ class PreferenceWhitelist {
// installed. Otherwise, users may install your extension, the extension may
// toggle settings, and after the extension has been disabled/uninstalled
// the toggled setting remains in place. See http://crbug.com/164227#c157 .
- whitelist_.insert("googlegeolocationaccess.enabled");
// The following settings need to be checked and probably removed. See
// http://crbug.com/164227#c157 .
whitelist_.insert("easy_unlock.proximity_required");
« no previous file with comments | « no previous file | chrome/browser/extensions/api/preferences_private/preferences_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698