| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index c0ee2d30d80892413542531cf4edf3aecb56fa21..421ca34e3fa81a38a2e85cc9b5514cf4f30fc9b2 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -681,6 +681,11 @@ 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 indicating whether user activity has been observed in the
|
| // current session already. The pref is used to restore information about user
|
| // activity after browser crashes.
|
|
|