Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7633)

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.h

Issue 2830163003: [merge-m59] Cater for the "double close" when clicking "Learn More" on auto-dismiss extension bubbl… (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.h b/chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.h
index 3f0ab7b1224921670ebaca52658aebd9ff4456ed..4a1c23b486c38e87d11106bd9dac6f4742af40fc 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.h
@@ -55,7 +55,7 @@ class ToolbarActionsBarBubbleViews : public views::BubbleDialogDelegateView,
void LinkClicked(views::Link* source, int event_flags) override;
std::unique_ptr<ToolbarActionsBarBubbleDelegate> delegate_;
- ToolbarActionsBarBubbleDelegate::CloseAction close_reason_;
+ bool delegate_notified_of_close_;
views::Label* item_list_;
views::Link* link_;
const bool anchored_to_action_;

Powered by Google App Engine
This is Rietveld 408576698