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

Unified Diff: chrome/browser/extensions/api/settings_private/prefs_util.cc

Issue 2017283002: MD Settings: implement printing page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asdf Created 4 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
Index: chrome/browser/extensions/api/settings_private/prefs_util.cc
diff --git a/chrome/browser/extensions/api/settings_private/prefs_util.cc b/chrome/browser/extensions/api/settings_private/prefs_util.cc
index 7b3b4df76c1bdc1137a4e3a3439b782723c389bf..0a573c0da6162f11d0612f3cea1a4e43364c53e3 100644
--- a/chrome/browser/extensions/api/settings_private/prefs_util.cc
+++ b/chrome/browser/extensions/api/settings_private/prefs_util.cc
@@ -96,6 +96,10 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetWhitelistedKeys() {
(*s_whitelist)["gdata.disabled"] =
settings_private::PrefType::PREF_TYPE_BOOLEAN;
+ // Printing settings.
+ (*s_whitelist)["local_discovery.notifications_enabled"] =
+ settings_private::PrefType::PREF_TYPE_BOOLEAN;
+
(*s_whitelist)["enable_do_not_track"] =
settings_private::PrefType::PREF_TYPE_BOOLEAN;
(*s_whitelist)["homepage"] = settings_private::PrefType::PREF_TYPE_URL;
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/advanced_page/advanced_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698