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

Unified Diff: ash/shell.h

Issue 2217713002: Remove the system menu display settings row (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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.h
diff --git a/ash/shell.h b/ash/shell.h
index 542d572504ce771ed2dc091d20643c81e6666360..a120361be84364b512a26ade67d4772a60aaa8e9 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -128,6 +128,7 @@ class SystemTray;
class ToplevelWindowEventHandler;
class TouchTransformerController;
class TouchObserverHUD;
+class ScreenLayoutObserver;
class UserWallpaperDelegate;
class VirtualKeyboardController;
class VideoActivityNotifier;
@@ -596,6 +597,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Implements content::ScreenOrientationController for ChromeOS
std::unique_ptr<ScreenOrientationController> screen_orientation_controller_;
+ std::unique_ptr<ScreenLayoutObserver> screen_layout_observer_;
std::unique_ptr<TouchTransformerController> touch_transformer_controller_;

Powered by Google App Engine
This is Rietveld 408576698