Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: ash/shell.cc

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove hacks for clean, but non-working, draft Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698