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

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

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
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 78403e340c8dba5b34ba878edadfc8c1dae4e28f..97c16ac8b6fa86e19d6d6766d54ba51abcd3ce71 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -769,7 +769,7 @@ const char kDisableFixedPositionCreatesStackingContext[]
const char kEnableDeferredImageDecoding[] = "enable-deferred-image-decoding";
// Enables history navigation in response to horizontal overscroll.
Jói 2013/01/25 11:45:49 nit: Enables -> Disables
-const char kEnableOverscrollHistoryNavigation[] =
- "enable-overscroll-history-navigation";
+const char kDisableOverscrollHistoryNavigation[] =
+ "disable-overscroll-history-navigation";
} // namespace switches
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698