Index: ui/base/resource/resource_bundle.cc |
diff --git a/ui/base/resource/resource_bundle.cc b/ui/base/resource/resource_bundle.cc |
index 7d2b2dc90e3ce08a52ffaa7e2a069c01fc5f2d1b..812436f2b6cd59e527964b0e9da95de96aafdf0f 100644 |
--- a/ui/base/resource/resource_bundle.cc |
+++ b/ui/base/resource/resource_bundle.cc |
@@ -67,7 +67,6 @@ void Create2xResourceIfMissing(gfx::ImageSkia image, int idr) { |
CommandLine* command_line = CommandLine::ForCurrentProcess(); |
if (command_line->HasSwitch( |
switches::kHighlightMissing2xResources) && |
- command_line->HasSwitch(switches::kLoad2xResources) && |
!image.HasRepresentation(ui::SCALE_FACTOR_200P)) { |
gfx::ImageSkiaRep image_rep = image.GetRepresentation(SCALE_FACTOR_200P); |