| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index abeece33c2917a7e418a3461d4d0ca6e1323904d..3dcd622cca10dc21d3b64566af9c64f660e89a4f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -515,12 +515,6 @@ const char kEnableSessionCrashedBubble[] = "enable-session-crashed-bubble";
|
| const char kEnableSettingsWindow[] = "enable-settings-window";
|
| const char kDisableSettingsWindow[] = "disable-settings-window";
|
|
|
| -// A new user experience for transitioning into fullscreen and mouse pointer
|
| -// lock states.
|
| -const char kEnableSimplifiedFullscreenUI[] = "enable-simplified-fullscreen-ui";
|
| -const char kDisableSimplifiedFullscreenUI[] =
|
| - "disable-simplified-fullscreen-ui";
|
| -
|
| // Enable the Site Engagement App Banner which triggers app install banners
|
| // using the site engagement service rather than a navigation-based heuristic.
|
| // Implicitly enables the site engagement service.
|
|
|