Chromium Code Reviews| Index: chrome/browser/ui/extensions/blocked_action_bubble_delegate.h |
| diff --git a/chrome/browser/ui/extensions/blocked_action_bubble_delegate.h b/chrome/browser/ui/extensions/blocked_action_bubble_delegate.h |
| index 0e54749744f77335b465fb892a694abf482baa28..51df893e8ed950053fb86e85c0bbc1fe675b6d95 100644 |
| --- a/chrome/browser/ui/extensions/blocked_action_bubble_delegate.h |
| +++ b/chrome/browser/ui/extensions/blocked_action_bubble_delegate.h |
| @@ -27,6 +27,8 @@ class BlockedActionBubbleDelegate : public ToolbarActionsBarBubbleDelegate { |
| base::string16 GetActionButtonText() override; |
| base::string16 GetDismissButtonText() override; |
| base::string16 GetLearnMoreButtonText() override; |
| + std::unique_ptr<ToolbarActionsBarBubbleDelegate::ExtraViewInfo> |
| + GetExtraViewInfo() override; |
|
Devlin
2016/08/02 20:34:05
I think this is incorrect indentation, but git cl
catmullings
2016/08/13 00:35:52
Yes, this is what git cl format produced. Though I
|
| std::string GetAnchorActionId() override; |
| void OnBubbleShown() override; |
| void OnBubbleClosed(CloseAction action) override; |