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

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

Issue 15029006: Make it possible for the scroll offset delegate to intercept fling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reactivate the patch! Created 7 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_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 434577ee76281f6b326fd23c7bb698f862dbb4ac..3ec9b061b478c4648745d36210359728ce77ec7d 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -169,6 +169,7 @@ extern const char kGpuStartupDialog[];
extern const char kGpuVendorID[];
#if defined(OS_ANDROID)
CONTENT_EXPORT extern const char kHideScrollbars[];
+CONTENT_EXPORT extern const char kIgnoreRootLayerFlings[];
#endif
CONTENT_EXPORT extern const char kHostResolverRules[];
CONTENT_EXPORT extern const char kIgnoreCertificateErrors[];

Powered by Google App Engine
This is Rietveld 408576698