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

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

Issue 1809813002: [Extensions] Show a "refresh" bubble when needed with click-to-script (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 4 years, 9 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/extension_toolbar_icon_surfacing_bubble_delegate.cc
diff --git a/chrome/browser/ui/extensions/extension_toolbar_icon_surfacing_bubble_delegate.cc b/chrome/browser/ui/extensions/extension_toolbar_icon_surfacing_bubble_delegate.cc
index a2c8ffcf995c73504770710a05ac3e17082ff3f0..11511551c06d2f2517208e4974311800519ae86e 100644
--- a/chrome/browser/ui/extensions/extension_toolbar_icon_surfacing_bubble_delegate.cc
+++ b/chrome/browser/ui/extensions/extension_toolbar_icon_surfacing_bubble_delegate.cc
@@ -91,6 +91,10 @@ ExtensionToolbarIconSurfacingBubbleDelegate::GetLearnMoreButtonText() {
return base::string16(); // No learn more link.
}
+std::string ExtensionToolbarIconSurfacingBubbleDelegate::GetAnchorActionId() {
+ return std::string(); // Point to the whole set of actions.
+}
+
void ExtensionToolbarIconSurfacingBubbleDelegate::OnBubbleShown() {
// Record the last time the bubble was shown.
profile_->GetPrefs()->SetInt64(

Powered by Google App Engine
This is Rietveld 408576698