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

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

Issue 203473003: [FastTextAutosizer] Enable FastTextAutosizer on tot/dev by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add tri-state enabled/disabled/default in about:flags Created 6 years, 9 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.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index c50eedb5049583a669de13ff0f5b400a071860d9..eb1c903984fa29e479ca440ed3d2d9e07ec00de2 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -155,6 +155,9 @@ extern const char kDisableDomainBlockingFor3DAPIs[] =
// Disable experimental WebGL support.
const char kDisableExperimentalWebGL[] = "disable-webgl";
+// Disable the fast text autosizing implementation.
+const char kDisableFastTextAutosizing[] = "disable-fast-text-autosizing";
+
// Disable FileSystem API.
const char kDisableFileSystem[] = "disable-file-system";
« content/child/runtime_features.cc ('K') | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698