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

Unified Diff: ash/mus/bridge/wm_shell_mus.h

Issue 2186913003: Eliminate ash::Shell access in ShelfView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index e9daf0636bfb3072cd9613a396c07bc1e4846dd6..c16f91c07cf896bea686313d8798304d1cbbf07e 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -72,6 +72,8 @@ class WmShellMus : public WmShell, public ::ui::WindowTreeClientObserver {
std::vector<WmWindow*> GetAllRootWindows() override;
void RecordUserMetricsAction(UserMetricsAction action) override;
void RecordTaskSwitchMetric(TaskSwitchSource source) override;
+ void ShowContextMenu(const gfx::Point& location_in_screen,
+ ui::MenuSourceType source_type) override;
std::unique_ptr<WindowResizer> CreateDragWindowResizer(
std::unique_ptr<WindowResizer> next_window_resizer,
wm::WindowState* window_state) override;
« no previous file with comments | « ash/common/wm_shell.h ('k') | ash/mus/bridge/wm_shell_mus.cc » ('j') | ash/shelf/shelf_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698