Chromium Code Reviews| Index: ash/shelf/shelf.h |
| diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h |
| index c22f451c853f097286db103dbb78a155933a2106..92e57a697a8c4da50c654370fc7aa343e2638f54 100644 |
| --- a/ash/shelf/shelf.h |
| +++ b/ash/shelf/shelf.h |
| @@ -102,6 +102,7 @@ class ASH_EXPORT Shelf { |
| // Returns true if the shelf is showing a context menu. |
| bool IsShowingMenu() const; |
| + // TODO(jamescook): Migrate this to ShelfWidget. |
| bool IsShowingOverflowBubble() const; |
| void SetVisible(bool visible) const; |