Index: content/browser/plugin_process_host.cc |
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc |
index b6d54b9cdf93a772c67e4208c0b8c08678af4e06..8116d3d61c1826003d4c42fb76c13a8cf6c222a7 100644 |
--- a/content/browser/plugin_process_host.cc |
+++ b/content/browser/plugin_process_host.cc |
@@ -219,9 +219,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, |