Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: content/public/common/content_features.h

Issue 2158423002: Wheel scroll latching enabled behind flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698