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

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: Created 5 years 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 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();

Powered by Google App Engine
This is Rietveld 408576698