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

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

Issue 691393002: [Smart Lock] Expose the easy_unlock.proximity_required pref via the chrome.preferencesPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@smart-lock-settings-pref
Patch Set: Update whitelist Created 6 years, 1 month 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/resources/easy_unlock/manifest.json » ('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 7878fc5c6fa25f32260a6f9634915ee6d250523d..fe1325a7fd542088a97760455f01c7afa7ec2cff 100644
--- a/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc
+++ b/chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc
@@ -29,6 +29,7 @@ class PreferenceWhitelist {
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");
}
~PreferenceWhitelist() {}
« no previous file with comments | « no previous file | chrome/browser/resources/easy_unlock/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698