Chromium Code Reviews| 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, |
|
piman
2014/03/20 21:16:04
Can you add this (and the enable one too, I think)
|
| switches::kDisableFileSystem, |
| switches::kDisableFiltersOverIPC, |
| switches::kDisableGpu, |