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

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

Issue 1682993002: Add about:flags entry for scroll anchoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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_features.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_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index b8066fb53c09ff479358c312d9090b87c0a6f42f..9022adb8c2e43af06f16f6cb4f2b01e4c9755a22 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -23,6 +23,10 @@ const base::Feature kDownloadResumption{"DownloadResumption",
const base::Feature kExperimentalFramework{"ExperimentalFramework",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Scrolls to compensate for layout movements (bit.ly/scroll-anchoring).
+const base::Feature kScrollAnchoring{"ScrollAnchoring",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Enables token binding
// (https://www.ietf.org/id/draft-ietf-tokbind-protocol-04.txt).
const base::Feature kTokenBinding{"token-binding",
« no previous file with comments | « content/public/common/content_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698