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

Unified Diff: ash/test/test_shelf_delegate.cc

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Address comments. Created 4 years, 2 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/test/test_shelf_delegate.h ('k') | chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shelf_delegate.cc
diff --git a/ash/test/test_shelf_delegate.cc b/ash/test/test_shelf_delegate.cc
index c700ebf6a706b61c68eab916c928a453919b5ae9..068e44c32cf5373c4c0ae43229cf3d27f0d8a84a 100644
--- a/ash/test/test_shelf_delegate.cc
+++ b/ash/test/test_shelf_delegate.cc
@@ -89,18 +89,6 @@ void TestShelfDelegate::OnWindowHierarchyChanging(
RemoveShelfItemForWindow(params.target);
}
-void TestShelfDelegate::OnShelfCreated(WmShelf* shelf) {}
-
-void TestShelfDelegate::OnShelfDestroyed(WmShelf* shelf) {}
-
-void TestShelfDelegate::OnShelfAlignmentChanged(WmShelf* shelf) {}
-
-void TestShelfDelegate::OnShelfAutoHideBehaviorChanged(WmShelf* shelf) {}
-
-void TestShelfDelegate::OnShelfAutoHideStateChanged(WmShelf* shelf) {}
-
-void TestShelfDelegate::OnShelfVisibilityStateChanged(WmShelf* shelf) {}
-
ShelfID TestShelfDelegate::GetShelfIDForAppID(const std::string& app_id) {
for (auto const& iter : shelf_id_to_app_id_map_) {
if (iter.second == app_id)
« no previous file with comments | « ash/test/test_shelf_delegate.h ('k') | chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698