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

Unified Diff: mash/wm/window_manager.h

Issue 1760743002: Add simple mash context menu support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove chrome delegation; address other comments. Created 4 years, 9 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
« ash/shelf/shelf_view.cc ('K') | « mash/screenlock/screenlock.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager.h
diff --git a/mash/wm/window_manager.h b/mash/wm/window_manager.h
index 96c0b8a83d7f5cbacecad1b858b9a6e5168f4be9..ffa89195d0a636776f0b0795e5d7ba75f73e5c07 100644
--- a/mash/wm/window_manager.h
+++ b/mash/wm/window_manager.h
@@ -55,7 +55,7 @@ class WindowManager : public mus::WindowObserver,
std::map<std::string, std::vector<uint8_t>>* properties) override;
void OnAccelerator(uint32_t id, const ui::Event& event) override;
- // mash::shell::mojom::ScreenlockStateListener:
+ // session::mojom::ScreenlockStateListener:
void ScreenlockStateChanged(bool locked) override;
RootWindowController* root_controller_;
« ash/shelf/shelf_view.cc ('K') | « mash/screenlock/screenlock.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698