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

Unified Diff: content/browser/renderer_host/render_process_host_impl.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/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index cf97c798b2324d2bbe67d9968a09f1c4e37f08f7..685fd938f1b0bcfd5e30cc338baff89396b4032c 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1041,6 +1041,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisableDelegatedRenderer,
switches::kDisableDesktopNotifications,
switches::kDisableDirectNPAPIRequests,
+ switches::kDisableFastTextAutosizing,
switches::kDisableFileSystem,
switches::kDisableFiltersOverIPC,
switches::kDisableGpu,

Powered by Google App Engine
This is Rietveld 408576698