Chromium Code Reviews| Index: content/public/common/content_switches.h |
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
| index c1c75be6b6b2569a9cc21181b2bb7b6b2fe6caf9..b139ba767f4f68e02dbda9ebdc8face9a64affbf 100644 |
| --- a/content/public/common/content_switches.h |
| +++ b/content/public/common/content_switches.h |
| @@ -219,6 +219,9 @@ CONTENT_EXPORT extern const char kDisableFixedPositionCreatesStackingContext[]; |
| CONTENT_EXPORT extern const char kEnableDeferredImageDecoding[]; |
| CONTENT_EXPORT extern const char kEnableVsyncNotification[]; |
| CONTENT_EXPORT extern const char kEnableOverscrollHistoryNavigation[]; |
| +#if defined(OS_ANDROID) |
| +extern const char kEnableOverscrollEdgeEffect[]; |
|
aelias_OOO_until_Jul13
2013/04/22 23:46:48
Probably should be marked CONTENT_EXPORT as well,
jdduke (slow)
2013/04/23 16:02:13
Done.
|
| +#endif |
| extern const char kEnableVisualWordMovement[]; |
| CONTENT_EXPORT extern const char kUseMobileUserAgent[]; |