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

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: Moon lander 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..54865c73695157bf64b0f9c1317647b298b58985 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";

Powered by Google App Engine
This is Rietveld 408576698