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 3f9003bfabf66ef23a375894a2c90ba9eb84dc91..d9d2a37fa60f792270746a506d9fc37f2b6f55b2 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.cc |
| +++ b/content/browser/renderer_host/render_process_host_impl.cc |
| @@ -1241,6 +1241,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
| switches::kEnableBlinkFeatures, |
| switches::kEnableBrowserSideNavigation, |
| switches::kEnablePreferCompositingToLCDText, |
|
danakj
2015/03/12 20:29:57
mind moving this to be alphabetical while you're h
loyso (OOO)
2015/03/12 23:18:50
Acknowledged.
|
| + switches::kEnableCompositorAnimationTimelines, |
| switches::kEnableCredentialManagerAPI, |
| switches::kEnableDeferredImageDecoding, |
| switches::kEnableDelayAgnosticAec, |