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

Unified Diff: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h

Issue 2144903004: New location security strings and animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
index 7676039c64b7644b432bf5098eeb3087aaeff731..0e3898abb52db191ab375a352f0bc1a28ed5ffbd 100644
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
@@ -102,6 +102,8 @@ class IconLabelBubbleView : public views::InkDropHostView {
// the background is showing.
int MinimumWidthForImageWithBackgroundShown() const;
+ virtual int GetLabelPreferredWidth() const;
Peter Kasting 2016/07/19 21:17:20 Nit: Place up with other virtual functions for whi
Kevin Bailey 2016/08/12 18:49:14 Removed. It was something I added, that turned out
+
private:
// Sets a background color on |label_| based on |chip_background_color| and
// the parent's bg color.

Powered by Google App Engine
This is Rietveld 408576698