| Index: ash/common/shelf/shelf_widget.h
|
| diff --git a/ash/common/shelf/shelf_widget.h b/ash/common/shelf/shelf_widget.h
|
| index 4a3278d21ea343661e8c49d578a01b0e27c7c913..5650a71c76a9b2b9f94ee2aac4c9bd9ace97546b 100644
|
| --- a/ash/common/shelf/shelf_widget.h
|
| +++ b/ash/common/shelf/shelf_widget.h
|
| @@ -68,8 +68,8 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
|
| void SetShelfVisibility(bool visible);
|
| bool IsShelfVisible() const;
|
|
|
| + bool IsShowingAppList() const;
|
| bool IsShowingContextMenu() const;
|
| -
|
| bool IsShowingOverflowBubble() const;
|
|
|
| // Sets the focus cycler. Also adds the shelf to the cycle.
|
|
|