Index: chrome/browser/chrome_browser_main_win.cc |
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc |
index 27e9fe1e57e5cc446043cc533a8a7598192eb0ad..e3aac45563bbdaa8e409c4985bf8ce6a9b360049 100644 |
--- a/chrome/browser/chrome_browser_main_win.cc |
+++ b/chrome/browser/chrome_browser_main_win.cc |
@@ -222,8 +222,6 @@ int ChromeBrowserMainPartsWin::PreCreateThreads() { |
// TODO(cpu): disable other troublesome features for safe mode. |
CommandLine::ForCurrentProcess()->AppendSwitch( |
switches::kDisableGpu); |
- CommandLine::ForCurrentProcess()->AppendSwitchASCII( |
- switches::kHighDPISupport, "0"); |
} |
// TODO(viettrungluu): why don't we run this earlier? |
if (!parsed_command_line().HasSwitch(switches::kNoErrorDialogs) && |