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

Unified Diff: chrome/browser/cocoa/location_bar/location_bar_view_mac.h

Issue 3014029: [Mac] Make popup-blocked animation animate to content-setting icon. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: rsesek comments. Created 10 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/cocoa/location_bar/location_bar_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/location_bar/location_bar_view_mac.h
diff --git a/chrome/browser/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/cocoa/location_bar/location_bar_view_mac.h
index 03cf8f6de9d18f1288fd55347b4cf9834c20e319..57bdc79ee0412b651b3ca651ff10d761f04440dd 100644
--- a/chrome/browser/cocoa/location_bar/location_bar_view_mac.h
+++ b/chrome/browser/cocoa/location_bar/location_bar_view_mac.h
@@ -115,6 +115,12 @@ class LocationBarViewMac : public AutocompleteEditController,
// Returns |NSZeroPoint| if |page_action| is not present.
NSPoint GetPageActionBubblePoint(ExtensionAction* page_action);
+ // Get the blocked-popup content setting's frame in window
+ // coordinates. Used by the blocked-popup animation. Returns
+ // |NSZeroRect| if the relevant content setting decoration is not
+ // visible.
+ NSRect GetBlockedPopupRect() const;
+
virtual void OnAutocompleteAccept(const GURL& url,
WindowOpenDisposition disposition,
PageTransition::Type transition,
« no previous file with comments | « no previous file | chrome/browser/cocoa/location_bar/location_bar_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698