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

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

Issue 12036074: overscroll: Enable overscroll navigation by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 7 years, 11 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 265e9f9395231909621549057594102cb8f873c1..4bacf39f8ed69647e4ac0b4f4ee7da273e188add 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -241,7 +241,7 @@ extern const char kDisableCarbonInterposing[];
CONTENT_EXPORT extern const char kTestCompositor[];
#endif
-CONTENT_EXPORT extern const char kEnableOverscrollHistoryNavigation[];
+CONTENT_EXPORT extern const char kDisableOverscrollHistoryNavigation[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698