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

Unified Diff: ash/test/test_shelf_delegate.h

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/shell/shell_delegate_impl.cc ('k') | ash/test/test_shelf_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shelf_delegate.h
diff --git a/ash/test/test_shelf_delegate.h b/ash/test/test_shelf_delegate.h
index 0e51e96a1170af98a7984e051de8f2c9a350cbcc..7a5fc127a747668c1f2901d250942e677847c9b7 100644
--- a/ash/test/test_shelf_delegate.h
+++ b/ash/test/test_shelf_delegate.h
@@ -50,12 +50,12 @@ class TestShelfDelegate : public ShelfDelegate, public aura::WindowObserver {
void OnWindowHierarchyChanging(const HierarchyChangeParams& params) override;
// ShelfDelegate implementation.
- 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;
bool HasShelfIDToAppIDMapping(ShelfID id) const override;
const std::string& GetAppIDForShelfID(ShelfID id) override;
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/test/test_shelf_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698