| Index: chrome/browser/chrome_browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main.cc (revision 241939)
|
| +++ chrome/browser/chrome_browser_main.cc (working copy)
|
| @@ -892,10 +892,6 @@
|
| const std::string locale =
|
| local_state_->GetString(prefs::kApplicationLocale);
|
|
|
| -#if defined(OS_WIN)
|
| - gfx::EnableHighDPISupport();
|
| -#endif
|
| -
|
| // On a POSIX OS other than ChromeOS, the parameter that is passed to the
|
| // method InitSharedInstance is ignored.
|
|
|
|
|