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

Unified Diff: chrome/common/pref_names.cc

Issue 2258553004: Add pref to enable/disable palette tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Initial upload Created 4 years, 4 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 6eeb338155415001d6aa5c6beb459068ca679891..bcb17626ad4764743df580c07f05afc1d7b813f5 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -670,6 +670,9 @@ const char kSecondaryDisplays[] = "settings.display.secondary_displays";
// display orientation, for the internal display.
const char kDisplayRotationLock[] = "settings.display.rotation_lock";
+// A boolean pref that specifies if the ash palette should be enabled/disabled.
+const char kEnableAshPalette[] = "settings.enable_ash_palette";
+
// A boolean pref that specifies if the default note-taking app should be
// launched after an eject input event has been received.
const char kLaunchNoteAppOnEjectEvent[] =
« chrome/browser/ui/ash/palette_delegate_chromeos.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698