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

Unified Diff: ash/shelf/shelf.h

Issue 2247503002: mash: Create and show a shelf in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. 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
Index: ash/shelf/shelf.h
diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
index 696a8f903825bea84601e5dbea6f903939c9d07e..4a244d597f07f4c098fd1d43d06cc741a1972a14 100644
--- a/ash/shelf/shelf.h
+++ b/ash/shelf/shelf.h
@@ -34,7 +34,6 @@ namespace ash {
class AppListButton;
class FocusCycler;
class ShelfDelegate;
-class ShelfIconObserver;
class ShelfView;
class WmShelf;
@@ -90,9 +89,6 @@ class ASH_EXPORT Shelf {
// Cycles the window focus linearly over the current shelf items.
void CycleWindowLinear(CycleDirection direction);
- void AddIconObserver(ShelfIconObserver* observer);
- void RemoveIconObserver(ShelfIconObserver* observer);
-
// Returns true if the shelf is showing a context menu.
bool IsShowingMenu() const;

Powered by Google App Engine
This is Rietveld 408576698