| Index: ash/launcher/launcher.h
|
| ===================================================================
|
| --- ash/launcher/launcher.h (revision 133102)
|
| +++ ash/launcher/launcher.h (working copy)
|
| @@ -30,7 +30,6 @@
|
| class LauncherView;
|
| }
|
|
|
| -class LauncherIconObserver;
|
| class LauncherDelegate;
|
| class LauncherModel;
|
|
|
| @@ -57,9 +56,6 @@
|
| // no item for the specified window an empty rect is returned.
|
| gfx::Rect GetScreenBoundsOfItemIconForWindow(aura::Window* window);
|
|
|
| - void AddIconObserver(LauncherIconObserver* observer);
|
| - void RemoveIconObserver(LauncherIconObserver* observer);
|
| -
|
| // Returns true if the Launcher is showing a context menu.
|
| bool IsShowingMenu() const;
|
|
|
|
|