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 e561c9f7800eb17f1d5a92be0815bdf14214c70c..a1327b71816d751c1e8028cd3168373a5c7e1594 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -752,6 +752,9 @@ const char kNetworkCountryIso[] = "network-country-iso"; |
| // Set to enable compatibility with legacy WebView synchronous APIs. |
| const char kEnableWebViewSynchronousAPIs[] = "enable-webview-synchronous-apis"; |
| + |
| +// Disable overscroll edge effects like those found in Android views. |
| +const char kDisableOverscrollEdgeEffect[] = "enable-overscroll-edge-effect"; |
|
no sievers
2013/05/14 18:12:15
= "disable-overscroll-edge-effect"
jdduke (slow)
2013/05/16 15:37:57
Good catch, fixed.
|
| #endif |
| #if defined(OS_CHROMEOS) |