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

Unified Diff: chrome/browser/browser_init.cc

Issue 3435002: Revert 52446 - Supports High DPI mode.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 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 | « app/win_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_init.cc
===================================================================
--- chrome/browser/browser_init.cc (revision 59352)
+++ chrome/browser/browser_init.cc (working copy)
@@ -372,13 +372,6 @@
in_startup = process_startup;
DCHECK(profile);
-#if defined(OS_WIN)
- // Disable the DPI-virtualization mode of Windows Vista or later because it
- // causes some problems when using system messages (such as WM_NCHITTEST and
- // WM_GETTITLEBARINFOEX) on a custom frame.
- win_util::CallSetProcessDPIAware();
-#endif
-
// Continue with the off-the-record profile from here on if --incognito
if (command_line.HasSwitch(switches::kIncognito))
profile = profile->GetOffTheRecordProfile();
« no previous file with comments | « app/win_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698