| Index: ui/base/resource/resource_bundle.cc
|
| diff --git a/ui/base/resource/resource_bundle.cc b/ui/base/resource/resource_bundle.cc
|
| index f9c5d6970969f3ae4926c1011d02a4eb816c1346..a6185bc4f5e53bcc2490aa699819d645bde3740c 100644
|
| --- a/ui/base/resource/resource_bundle.cc
|
| +++ b/ui/base/resource/resource_bundle.cc
|
| @@ -562,14 +562,6 @@ void ResourceBundle::InitSharedInstance(Delegate* delegate) {
|
| #elif defined(OS_MACOSX)
|
| if (base::mac::IsOSLionOrLater())
|
| supported_scale_factors.push_back(SCALE_FACTOR_200P);
|
| -#elif defined(OS_WIN)
|
| - // Have high-DPI resources for 140% and 180% scaling on Windows based on
|
| - // default scaling for Metro mode. Round to nearest supported scale in
|
| - // all cases.
|
| - if (gfx::IsInHighDPIMode()) {
|
| - supported_scale_factors.push_back(SCALE_FACTOR_140P);
|
| - supported_scale_factors.push_back(SCALE_FACTOR_180P);
|
| - }
|
| #elif defined(OS_CHROMEOS)
|
| // TODO(oshima): Include 200P only if the device support 200P
|
| supported_scale_factors.push_back(SCALE_FACTOR_200P);
|
|
|