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

Unified Diff: base/mac/mac_util.h

Issue 10092017: Mac: Prevent NTP mousewheel events from being suppressed on Lion. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix scrolling when over page switcher. Created 8 years, 8 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
« no previous file with comments | « no previous file | base/mac/mac_util.mm » ('j') | chrome/browser/resources/ntp4/page_list_view.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/mac_util.h
diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h
index a308ccd8635f74548e3e4335f5027a3a0e297e9c..42a9904c57492d8ac3d8516c5e45745f6d8a6026 100644
--- a/base/mac/mac_util.h
+++ b/base/mac/mac_util.h
@@ -207,6 +207,11 @@ BASE_EXPORT bool ParseModelIdentifier(const std::string& ident,
int32* major,
int32* minor);
+// On 10.7+, back and forward swipe gestures can be triggered using a scroll
+// gesture, if enabled in System Preferences. This function returns true if
+// the feature is supported and enabled, and false otherwise.
+BASE_EXPORT bool IsSwipeTrackingFromScrollEventsEnabled();
Robert Sesek 2012/04/17 17:38:51 I'm not sure this belongs in base/
Nico 2012/04/17 23:22:35 +1
Patrick Dubroy 2012/04/18 14:43:06 Done. Moved into chrome/browser/platform_utils.[h,
+
} // namespace mac
} // namespace base
« no previous file with comments | « no previous file | base/mac/mac_util.mm » ('j') | chrome/browser/resources/ntp4/page_list_view.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698