| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a968fe5b2de1b77ec5d317dcfbbecec68c1c1a3f..e6a7ccfb97b47e00e94854e1dd04c89e954213e3 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -342,11 +342,6 @@ const char kDisableIPv6[] = "disable-ipv6";
|
| // attempt to use the existing connection.
|
| const char kDisableIPPooling[] = "disable-ip-pooling";
|
|
|
| -// Disables Mouse Lock being permitted when the browser is not currently
|
| -// in tab fullscreen.
|
| -const char kDisableNonFullscreenMouseLock[] =
|
| - "disable-non-fullscreen-mouse-lock";
|
| -
|
| // Disables the menu on the NTP for accessing sessions from other devices.
|
| const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
|
|
|
|
|