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

Unified Diff: ash/mus/shell_delegate_mus.cc

Issue 2279533002: ash: Convert ShelfDelegate to use WmShelf* instead of Shelf* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: curlies 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
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/shell_delegate_mus.cc
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
index 285e1a7fc05ba109ee43bf4785d2e51a3d8834ff..bd486a35ecf81cff73c6ad2682cec51557e6f0c4 100644
--- a/ash/mus/shell_delegate_mus.cc
+++ b/ash/mus/shell_delegate_mus.cc
@@ -104,12 +104,12 @@ class ShelfDelegateStub : public ShelfDelegate {
~ShelfDelegateStub() override {}
// ShelfDelegate overrides:
- void OnShelfCreated(Shelf* shelf) override {}
- void OnShelfDestroyed(Shelf* shelf) override {}
- void OnShelfAlignmentChanged(Shelf* shelf) override {}
- void OnShelfAutoHideBehaviorChanged(Shelf* shelf) override {}
- void OnShelfAutoHideStateChanged(Shelf* shelf) override {}
- void OnShelfVisibilityStateChanged(Shelf* shelf) override {}
+ void OnShelfCreated(WmShelf* shelf) override {}
+ void OnShelfDestroyed(WmShelf* shelf) override {}
+ void OnShelfAlignmentChanged(WmShelf* shelf) override {}
+ void OnShelfAutoHideBehaviorChanged(WmShelf* shelf) override {}
+ void OnShelfAutoHideStateChanged(WmShelf* shelf) override {}
+ void OnShelfVisibilityStateChanged(WmShelf* shelf) override {}
ShelfID GetShelfIDForAppID(const std::string& app_id) override { return 0; }
bool HasShelfIDToAppIDMapping(ShelfID id) const override { return false; }
const std::string& GetAppIDForShelfID(ShelfID id) override {
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698