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

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

Issue 2555063003: Render extension URLs with chips (Closed)
Patch Set: pkasting comments and rebase 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 1d3a1030c88873e201110a90e880ef9e7240ddf0..98205d5c9bae054b35230e5e9b93fd72bfbab8c0 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