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

Unified Diff: ash/shell/shelf_delegate_impl.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/shell/shelf_delegate_impl.h ('k') | ash/system/status_area_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/shelf_delegate_impl.cc
diff --git a/ash/shell/shelf_delegate_impl.cc b/ash/shell/shelf_delegate_impl.cc
index 48e7e3be522b3071827aae1fe0c862e0c4375b68..53fdf4d7f7de4fef91b22265f6cdc29edb50c7ca 100644
--- a/ash/shell/shelf_delegate_impl.cc
+++ b/ash/shell/shelf_delegate_impl.cc
@@ -21,6 +21,10 @@ void ShelfDelegateImpl::OnShelfAlignmentChanged(Shelf* shelf) {}
void ShelfDelegateImpl::OnShelfAutoHideBehaviorChanged(Shelf* shelf) {}
+void ShelfDelegateImpl::OnShelfAutoHideStateChanged(Shelf* shelf) {}
+
+void ShelfDelegateImpl::OnShelfVisibilityStateChanged(Shelf* shelf) {}
+
ShelfID ShelfDelegateImpl::GetShelfIDForAppID(const std::string& app_id) {
return 0;
}
« no previous file with comments | « ash/shell/shelf_delegate_impl.h ('k') | ash/system/status_area_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698