Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index eba176fdee120264173b85e1f82a7189bdff9679..479a8cf1e5914aa20aa21dc3b99e450a5374755b 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -288,11 +288,6 @@ bool RenderViewHostImpl::CreateRenderView( |
// Let our delegate know that we created a RenderView. |
delegate_->RenderViewCreated(this); |
- // Invert the color scheme if a flag is set. |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kInvertWebContent)) |
- Send(new ViewMsg_InvertWebContent(GetRoutingID(), true)); |
- |
FOR_EACH_OBSERVER( |
content::RenderViewHostObserver, observers_, RenderViewHostInitialized()); |