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

Unified Diff: ash/display/display_error_observer_chromeos.cc

Issue 923273003: Update diplays even if configuration failed during startup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test build Created 5 years, 10 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/display/display_error_observer_chromeos.cc
diff --git a/ash/display/display_error_observer_chromeos.cc b/ash/display/display_error_observer_chromeos.cc
index 145bbc0e2628d313ef45d9304e92a7e13ce06558..91e07db26008460c77bf17ccebe8a8d8c5b18fe5 100644
--- a/ash/display/display_error_observer_chromeos.cc
+++ b/ash/display/display_error_observer_chromeos.cc
@@ -30,6 +30,7 @@ DisplayErrorObserver::~DisplayErrorObserver() {
}
void DisplayErrorObserver::OnDisplayModeChangeFailed(
+ const ui::DisplayConfigurator::DisplayStateList& displays,
ui::MultipleDisplayState new_state) {
// Always remove the notification to make sure the notification appears
// as a popup in any situation.
« no previous file with comments | « ash/display/display_error_observer_chromeos.h ('k') | ash/display/display_error_observer_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698