Chromium Code Reviews| Index: content/public/common/content_features.h |
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h |
| index 0981814c13986ed0f3418b1fc61f64e993192beb..cb032dc1134c2cd7e7a9aaac132db3e0e4b01708 100644 |
| --- a/content/public/common/content_features.h |
| +++ b/content/public/common/content_features.h |
| @@ -53,6 +53,10 @@ CONTENT_EXPORT extern const base::Feature kSeccompSandboxAndroid; |
| CONTENT_EXPORT extern const base::Feature kWinSboxDisableExtensionPoints; |
| #endif // defined(OS_WIN) |
| +#if defined(OS_MACOSX) |
|
dtapuska
2016/07/19 17:41:31
Why the ifdef? I don't see why we just have the fl
sahel
2016/07/19 22:47:03
Done.
|
| +CONTENT_EXPORT extern const base::Feature kTouchpadScrollLatching; |
| +#endif // defined(OS_MACOSX) |
| + |
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
| // alphabetical order, or in one of the ifdefs (also in order in each section). |