Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a285110d6de43b7cd82a83cc6c88e551ec36c294..6a2567816ed71c9375fea088cb15243c5c3ecf49 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1122,6 +1122,9 @@ const char kHelpShort[] = "h"; |
// Specifies which password store to use (detect, default, gnome, kwallet). |
const char kPasswordStore[] = "password-store"; |
+ |
+// Updates X11Desktophandler::wm_user_time_ms with the latest X server time. |
+const char kWmUserTimeMs[] = "wm-user-time-ms"; |
#endif |
#if defined(OS_MACOSX) |