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

Unified Diff: ash/shelf/shelf.cc

Issue 2267183002: ash: Remove unnecessary utility methods from ash::Shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits 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/shelf/shelf.h ('k') | ash/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf.cc
diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
index 071a57bc6e393b9d563cddceb65a8c7e20da00ed..239fe40623655aae2e3a85378d9bf7b7f3860713 100644
--- a/ash/shelf/shelf.cc
+++ b/ash/shelf/shelf.cc
@@ -136,18 +136,6 @@ void Shelf::CycleWindowLinear(CycleDirection direction) {
ActivateShelfItem(item_index);
}
-bool Shelf::IsShowingMenu() const {
- return shelf_view_->IsShowingMenu();
-}
-
-bool Shelf::IsShowingOverflowBubble() const {
- return shelf_view_->IsShowingOverflowBubble();
-}
-
-bool Shelf::IsVisible() const {
- return shelf_view_->visible();
-}
-
AppListButton* Shelf::GetAppListButton() const {
return shelf_view_->GetAppListButton();
}
« no previous file with comments | « ash/shelf/shelf.h ('k') | ash/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698