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

Unified Diff: chrome/browser/ui/views/location_bar/location_icon_view.cc

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/views/location_bar/location_icon_view.cc
diff --git a/chrome/browser/ui/views/location_bar/location_icon_view.cc b/chrome/browser/ui/views/location_bar/location_icon_view.cc
index f3dfc1a62e401e29a5462ff329e544b9266138f1..8c5ffd37de76b538642f61300eeb46ef78813514 100644
--- a/chrome/browser/ui/views/location_bar/location_icon_view.cc
+++ b/chrome/browser/ui/views/location_bar/location_icon_view.cc
@@ -136,7 +136,7 @@ gfx::Size LocationIconView::GetMinimumSizeForLabelText(
GetSizeForLabelWidth(label.GetPreferredSize().width()));
}
-void LocationIconView::SetSecurityState(bool should_show, bool should_animate) {
+void LocationIconView::SetDisplayState(bool should_show, bool should_animate) {
if (!should_animate) {
animation_.Reset(should_show);
} else if (should_show) {

Powered by Google App Engine
This is Rietveld 408576698