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

Unified Diff: ash/shell.h

Issue 2271373002: mash: Port mojo:ash_sysui's ContextMenuMus to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. 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 6cb264437235e84f4ea319b84a4d1b948b775427..e78475f5f64fe56c9cc2b3427ccc84c70745afeb 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -126,7 +126,6 @@ class SystemTray;
class ToplevelWindowEventHandler;
class TouchTransformerController;
class TouchObserverHUD;
-class UserWallpaperDelegate;
class VirtualKeyboardController;
class VideoActivityNotifier;
class VideoDetector;
@@ -314,10 +313,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
}
::wm::CursorManager* cursor_manager() { return cursor_manager_.get(); }
- UserWallpaperDelegate* user_wallpaper_delegate() {
- return user_wallpaper_delegate_.get();
- }
-
SessionStateDelegate* session_state_delegate() {
return session_state_delegate_.get();
}
@@ -495,7 +490,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<UserMetricsRecorder> user_metrics_recorder_;
std::unique_ptr<AcceleratorControllerDelegateAura>
accelerator_controller_delegate_;
- std::unique_ptr<UserWallpaperDelegate> user_wallpaper_delegate_;
std::unique_ptr<SessionStateDelegate> session_state_delegate_;
std::unique_ptr<WindowPositioner> window_positioner_;

Powered by Google App Engine
This is Rietveld 408576698