Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 4c3c55a330e3b2851381770f874796130bca0b99..f993eda77e7cfb5cc844c8e8aef2a55301050e60 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2372,6 +2372,11 @@ const char kShelfChromeIconIndex[] = "shelf_chrome_icon_index"; |
const char kPinnedLauncherApps[] = "pinned_launcher_apps"; |
// Boolean value indicating whether to show a logout button in the ash tray. |
const char kShowLogoutButtonInTray[] = "show_logout_button_in_tray"; |
+// Integer value in milliseconds indicating the length of time for which a |
+// confirmation dialog should be shown when the user presses the logout button. |
+// A value of 0 indicates that logout should happen immediately, without showing |
+// a confirmation dialog. |
+const char kLogoutDialogDurationMs[] = "logout_dialog_duration_ms"; |
// Dictionary value that holds per-display preference of shelf alignment and |
// auto-hide behavior. Key of the dictionary is the id of the display, and |
// its value is a dictionary whose keys are kShelfAlignment and |