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

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

Issue 2178213002: Add note page to settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-add-switch
Patch Set: Address comments and add utility method Created 4 years, 5 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 593aac02eb8528744ab4751a74df44154fb1ced4..36aee85a945fa7a4734db6e4dcc9b5d2718cb4a0 100644
--- a/chrome/browser/extensions/api/settings_private/prefs_util.cc
+++ b/chrome/browser/extensions/api/settings_private/prefs_util.cc
@@ -257,6 +257,8 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetWhitelistedKeys() {
settings_private::PrefType::PREF_TYPE_STRING;
(*s_whitelist)["settings.language.enabled_extension_imes"] =
settings_private::PrefType::PREF_TYPE_STRING;
+ (*s_whitelist)["settings.launch_note_app_on_eject_event"] =
+ settings_private::PrefType::PREF_TYPE_BOOLEAN;
// Device settings.
(*s_whitelist)["settings.touchpad.enable_tap_to_click"] =
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/browser/resources/settings/device_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698