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

Unified Diff: ash/system/screen_layout_observer.h

Issue 2874963002: chromeos: wireup more display management for mushrome (Closed)
Patch Set: better comment 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
« no previous file with comments | « ash/mus/bridge/shell_port_mash.cc ('k') | ash/system/screen_layout_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/screen_layout_observer.h
diff --git a/ash/system/screen_layout_observer.h b/ash/system/screen_layout_observer.h
index d103bc62fad87151aa52141ff06dd2092ea59a88..eb3a21e2cb113d699fe5175096656136cc72ca84 100644
--- a/ash/system/screen_layout_observer.h
+++ b/ash/system/screen_layout_observer.h
@@ -30,7 +30,7 @@ class ASH_EXPORT ScreenLayoutObserver : public WmDisplayObserver {
// Notifications are shown in production and are not shown in unit tests.
// Allow individual unit tests to show notifications.
void set_show_notifications_for_testing(bool show) {
- show_notifications_for_testing = show;
+ show_notifications_for_testing_ = show;
}
private:
@@ -77,7 +77,7 @@ class ASH_EXPORT ScreenLayoutObserver : public WmDisplayObserver {
DisplayMode old_display_mode_ = DisplayMode::SINGLE;
DisplayMode current_display_mode_ = DisplayMode::SINGLE;
- bool show_notifications_for_testing = true;
+ bool show_notifications_for_testing_ = true;
DISALLOW_COPY_AND_ASSIGN(ScreenLayoutObserver);
};
« no previous file with comments | « ash/mus/bridge/shell_port_mash.cc ('k') | ash/system/screen_layout_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698