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 b3f02483f793778f18d730d97ef13280d99fe5b9..d3ba06e9f4380dccc43ad274d1aafea87ea6f705 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -977,9 +977,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDefaultTileHeight, |
switches::kMaxUntiledLayerWidth, |
switches::kMaxUntiledLayerHeight, |
-#if defined(OS_CHROMEOS) |
- switches::kEnableEncodedScreenCapture, |
-#endif |
switches::kEnableViewport, |
switches::kEnableInbandTextTracks, |
switches::kEnableOpusPlayback, |