| Index: chrome/browser/ui/toolbar/toolbar_actions_bar_bubble_delegate.h
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_actions_bar_bubble_delegate.h b/chrome/browser/ui/toolbar/toolbar_actions_bar_bubble_delegate.h
|
| index 88f5f1cb3b89dc6551d79229eaf1283d86d638ca..1b75dbeac845eb46e9f9679e6d6e513d20f3bf86 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_actions_bar_bubble_delegate.h
|
| +++ b/chrome/browser/ui/toolbar/toolbar_actions_bar_bubble_delegate.h
|
| @@ -64,10 +64,6 @@ class ToolbarActionsBarBubbleDelegate {
|
|
|
| // Called when the bubble is closed with the type of action the user took.
|
| virtual void OnBubbleClosed(CloseAction action) = 0;
|
| -
|
| - // Returns true if this is for an ExtensionMessageBubbleController.
|
| - // TODO(devlin): We shouldn't need this.
|
| - virtual bool IsExtensionMessageBubble() = 0;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_ACTIONS_BAR_BUBBLE_DELEGATE_H_
|
|
|