Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index c49903662d46a706cacc06568d1755ebcf48c79c..3e67a3ae9e1ca8e456db48c534dccf04be66a6d7 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -2071,6 +2071,10 @@ const char kServerBackedDeviceState[] = "server_backed_device_state"; |
| // since wallpaper was cached. |
| const char kCustomizationDefaultWallpaperURL[] = |
| "customization.default_wallpaper_url"; |
| + |
| +// System uptime, when last logout started. |
| +// This is cleared after reboot. |
|
stevenjb
2014/05/30 16:20:23
nit: One line?
Alexander Alekseev
2014/05/30 21:12:45
I've updated comment, so now it doesn't fit into a
|
| +const char kLogoutStartedLast[] = "chromeos.logout-started"; |
| #endif |
| // Whether there is a Flash version installed that supports clearing LSO data. |