Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index 63e94dfdc9038d3957ab8449eecdeab137890707..bc562ea31f15129b61b886bee694d30fc833cb6e 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -424,9 +424,6 @@ const char kEnableNewMediaInternals[] = "enable-new-media-internals"; |
| // Enables use of cache if offline, even if it's stale |
| const char kEnableOfflineCacheAccess[] = "enable-offline-cache-access"; |
| -// Enables overlay scrollbars on Aura or Linux. Does nothing on Mac. |
|
jamesr
2013/08/15 22:34:24
why are you deleting this? enabling overlay scroll
wjmaclean
2013/08/16 13:34:16
Of course it's useful ... I was just proposing mov
|
| -const char kEnableOverlayScrollbars[] = "enable-overlay-scrollbars"; |
| - |
| // Forward overscroll event data from the renderer to the browser. |
| const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications"; |
| @@ -897,10 +894,6 @@ const char kDisableWebRTC[] = "disable-webrtc"; |
| // Enable the recognition part of the Web Speech API. |
| const char kEnableSpeechRecognition[] = "enable-speech-recognition"; |
| -// Don't display any scrollbars. This is useful for Android WebView where |
| -// the system manages the scrollbars instead. |
| -const char kHideScrollbars[] = "hide-scrollbars"; |
| - |
| // The telephony region (ISO country code) to use in phone number detection. |
| const char kNetworkCountryIso[] = "network-country-iso"; |