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

Unified Diff: chrome/browser/ui/extensions/blocked_action_bubble_delegate.cc

Issue 1881773002: [Extensions UI] Convert ExtensionMessageBubbles to ToolbarActionsBarBubbles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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/extensions/blocked_action_bubble_delegate.cc
diff --git a/chrome/browser/ui/extensions/blocked_action_bubble_delegate.cc b/chrome/browser/ui/extensions/blocked_action_bubble_delegate.cc
index ad815459017fd95106ffa4f2c31d5096cd5f61cd..be5a1951100177b43a2683a9c80178ca08f3262e 100644
--- a/chrome/browser/ui/extensions/blocked_action_bubble_delegate.cc
+++ b/chrome/browser/ui/extensions/blocked_action_bubble_delegate.cc
@@ -62,7 +62,3 @@ void BlockedActionBubbleDelegate::OnBubbleShown() {}
void BlockedActionBubbleDelegate::OnBubbleClosed(CloseAction action) {
base::ResetAndReturn(&callback_).Run(action);
}
-
-bool BlockedActionBubbleDelegate::IsExtensionMessageBubble() {
- return false;
-}

Powered by Google App Engine
This is Rietveld 408576698