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

Unified Diff: chrome/common/pref_names.cc

Issue 2234203002: Auto open and close the palette on an eject event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tool-note
Patch Set: Rebase on master 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 b684057cab3282afbf2918f13dc25c02b36c48e9..6be1c7e8d90b2dbff96c5d2defe29c823cc9240b 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -670,10 +670,10 @@ 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 default note-taking app should be
-// launched after an eject input event has been received.
-const char kLaunchNoteAppOnEjectEvent[] =
- "settings.launch_note_app_on_eject_event";
+// A boolean pref that specifies if the ash palette should be launched after an
+// eject input event has been received.
+const char kLaunchPaletteOnEjectEvent[] =
+ "settings.launch_palette_on_eject_event";
// A boolean pref indicating whether user activity has been observed in the
// current session already. The pref is used to restore information about user
« chrome/browser/extensions/api/settings_private/prefs_util.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