| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7d0d51dcf84a133bd4cd7bb071750b79e0b27720..4f8405984bfa89c98ecc5b7ea7a50c7cd8bd24c6 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1114,9 +1114,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)
|
|
|