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

Unified Diff: ash/system/screen_layout_observer.cc

Issue 2874963002: chromeos: wireup more display management for mushrome (Closed)
Patch Set: Created 3 years, 7 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/system/screen_layout_observer.cc
diff --git a/ash/system/screen_layout_observer.cc b/ash/system/screen_layout_observer.cc
index 0056693d5a9f7f7988d3c985e5e548ea39ae2c03..fbc2f855fa9831b23876c947befd0fab8827ffb1 100644
--- a/ash/system/screen_layout_observer.cc
+++ b/ash/system/screen_layout_observer.cc
@@ -358,7 +358,7 @@ void ScreenLayoutObserver::OnDisplayConfigurationChanged() {
else
current_display_mode_ = DisplayMode::SINGLE;
- if (!show_notifications_for_testing)
+ if (!show_notifications_for_testing_)
return;
base::string16 message;

Powered by Google App Engine
This is Rietveld 408576698