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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2287583003: Linux: Remove --wm-user-time-ms command line argument (Closed)
Patch Set: Created 4 years, 4 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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 706e9375f094eb8c7fa17b1ecfab393fcf7db01d..5a19551a4982756561d89c6d37b1fccb24798d90 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1117,9 +1117,6 @@ const char kPasswordStore[] = "password-store";
// The same as the --class argument in X applications. Overrides the WM_CLASS
// window property with the given value.
const char kWmClass[] = "class";
-
-// Updates X11DesktopHandler::wm_user_time_ms with the latest X server time.
-const char kWmUserTimeMs[] = "wm-user-time-ms";
#endif
#if defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698