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 b66ce996cf99ce4031bbafb3c6fc8e177879ff77..bd0f6ec58b3041d936d3005b2aaf74738531ae89 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -786,4 +786,9 @@ const char kEnableOverscrollHistoryNavigation[] = |
| // Enables 'image/webp' accept header for image requests. |
| const char kEnableWebPInAcceptHeader[] = "enable-webp-in-accept-header"; |
| +#if defined(OS_ANDROID) |
| +// Enables overscroll edge effects like those found in Android views. |
| +const char kEnableOverscrollEdgeEffect[] = "enable-overscroll-edge-effect"; |
|
aelias_OOO_until_Jul13
2013/04/22 23:46:48
As part of this patch, please also append this fla
jdduke (slow)
2013/04/23 16:02:13
Done.
|
| +#endif |
| + |
| } // namespace switches |