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 3ff1f1ef44d8540b7648239d081c6a98c92f4de2..726d85fa8faf5614b7541d08dd752fa6bb52f8ab 100644 |
--- a/chrome/browser/chrome_browser_main_win.cc |
+++ b/chrome/browser/chrome_browser_main_win.cc |
@@ -220,8 +220,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) && |