| Index: chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.h b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| index 42b55b838b65b9d6d8281e0b196177f49795ab6b..74d9a6ff665877e977072564c876e22b1e700dab 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| @@ -68,9 +68,6 @@ class LauncherItemController : public ash::ShelfItemDelegate {
|
| image_set_by_controller_ = image_set_by_controller;
|
| }
|
|
|
| - // Returns true if this item is open.
|
| - virtual bool IsOpen() const = 0;
|
| -
|
| // Returns true if this item is visible (e.g. not minimized).
|
| virtual bool IsVisible() const = 0;
|
|
|
|
|