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

Unified Diff: ash/shelf/shelf_widget_unittest.cc

Issue 2007003002: mash: Preliminary support for shelf auto-hide (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shutdown
Patch Set: rebase Created 4 years, 7 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/shelf/shelf_widget.cc ('k') | ash/shell/shelf_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_widget_unittest.cc
diff --git a/ash/shelf/shelf_widget_unittest.cc b/ash/shelf/shelf_widget_unittest.cc
index fb4ee5a908f7702f58aebff0a48c52d9fda4210e..df6860c0392fb3580e064daa5e0ce9c0acaf2cf9 100644
--- a/ash/shelf/shelf_widget_unittest.cc
+++ b/ash/shelf/shelf_widget_unittest.cc
@@ -341,6 +341,8 @@ class TestShelfDelegate : public ShelfDelegate {
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 {}
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/shelf/shelf_widget.cc ('k') | ash/shell/shelf_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698