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

Unified Diff: chrome/common/pref_names.cc

Issue 40053002: Implements the dialog view for logout button tray in public sessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Immediately reflect duration updates Created 7 years, 2 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 4c3c55a330e3b2851381770f874796130bca0b99..5d96bf424a18d897feb052e4ec1fd8cce97883eb 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2372,6 +2372,10 @@ 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 duration of logout confirmation
bartfab (slow) 2013/10/30 11:17:28 Grammar nit: "Integer value in milliseconds indic
binjin 2013/11/19 14:43:46 Done.
+// dialog after user pressed logout button. A value of 0 indicates to sign out
+// immediately without confirmation.
+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
« ash/system/logout_button/logout_confirmation_dialog_view.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