Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index b021e7b0d76aab1b5788d1f902e6c153bb07d4d9..035bee2d477424a89bb7ba7c5f1333f9587be319 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -865,6 +865,9 @@ void Shell::Init(const ShellInitParams& init_params) { |
} |
display_color_manager_.reset( |
new DisplayColorManager(display_configurator_.get(), blocking_pool_)); |
+ |
+ // TODO: Delete! (Only here for testing) |
+ display_color_manager_->LoadCalibrationForDisplayQuirksTest(); |
#endif // defined(OS_CHROMEOS) |
if (!display_initialized) |
display_manager_->InitDefaultDisplay(); |