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

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

Issue 2555063003: Render extension URLs with chips (Closed)
Patch Set: Enlarge the window so that it's over the minimum window size Created 4 years 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/location_bar_view_mac.h
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
index 02a40a8ae55ab0262b2617ae229bb00f17b4a7f3..e2e75a1c0ec7f61a3442108407c5bd50be675c74 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
@@ -177,6 +177,8 @@ class LocationBarViewMac : public LocationBar,
bool ShouldShowEVBubble() const;
+ bool ShouldShowExtensionBubble() const;
+
// Returns true if the security state decoration should be displayed. The
// security state should only be shown for valid and invalid HTTPS states.
bool ShouldShowSecurityState() const;

Powered by Google App Engine
This is Rietveld 408576698