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

Unified Diff: chrome/browser/ui/cocoa/location_bar/page_action_decoration.h

Issue 10544195: Show an extension info bubble when a script badge is clicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase eh Created 8 years, 6 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/cocoa/location_bar/page_action_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
index 0894c5ace79aad343c60c9e5c5856a645896d73f..e0e2ab63a136ff1a93d599411948f5b54fc69234 100644
--- a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
@@ -62,6 +62,9 @@ class PageActionDecoration : public ImageDecoration,
virtual NSMenu* GetMenu() OVERRIDE;
private:
+ // Show the popup in the frame, with the given URL.
+ void ShowPopup(const NSRect& frame, const GURL& popup_url);
+
// Overridden from NotificationObserver:
virtual void Observe(int type,
const content::NotificationSource& source,
« no previous file with comments | « chrome/browser/resources/extensions/extension_info.js ('k') | chrome/browser/ui/cocoa/location_bar/page_action_decoration.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698