Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 192d9d72beb66aea64bc200c3a07837e98b665ad..37d7105c82621da206fa4735e7d20e1bc118f8fe 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -866,6 +866,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(); |
Greg Levin
2016/01/12 17:13:55
This line launches the Quirks Client for testing f
|
#endif // defined(OS_CHROMEOS) |
if (!display_initialized) |
display_manager_->InitDefaultDisplay(); |