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(); |