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

Unified Diff: ash/test/test_shelf_delegate.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/test/test_shelf_delegate.h ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller.h » ('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 eda31b584223f8414a131f5d9858c4ecf8afb771..845c67759c017c5337ee6c394a034d40a6426c18 100644
--- a/ash/test/test_shelf_delegate.cc
+++ b/ash/test/test_shelf_delegate.cc
@@ -99,6 +99,10 @@ void TestShelfDelegate::OnShelfAlignmentChanged(Shelf* shelf) {}
void TestShelfDelegate::OnShelfAutoHideBehaviorChanged(Shelf* shelf) {}
+void TestShelfDelegate::OnShelfAutoHideStateChanged(Shelf* shelf) {}
+
+void TestShelfDelegate::OnShelfVisibilityStateChanged(Shelf* 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/browser/ui/ash/launcher/chrome_launcher_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698