Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2315)

Unified Diff: chrome/browser/chrome_browser_main_win.cc

Issue 232483005: Enable --high-dpi-support by default. Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | ui/gfx/win/dpi.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) &&
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | ui/gfx/win/dpi.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698