Index: content/browser/plugin_process_host.cc |
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc |
index 077f512672b163dfae065824912b25cdbfebb878..c3f6223ba8315a6f594bcf55df318aa086164193 100644 |
--- a/content/browser/plugin_process_host.cc |
+++ b/content/browser/plugin_process_host.cc |
@@ -205,9 +205,6 @@ bool PluginProcessHost::Init(const WebPluginInfo& info) { |
switches::kDisableCoreAnimationPlugins, |
switches::kEnableSandboxLogging, |
#endif |
-#if defined(OS_WIN) |
- switches::kHighDPISupport, |
-#endif |
}; |
cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames, |