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

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

Issue 1830343003: When animating a content setting bubble smaller, hide the background later. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Resync Created 4 years, 9 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 2a23fee37463aa16fa16ee5da1b399be0828de13..d3b42042efb62b28cee400eb859ca91b15f6ecf5 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
@@ -55,7 +55,6 @@ class IconLabelBubbleView : public views::InkDropHostView {
views::ImageView* image() { return image_; }
const views::ImageView* image() const { return image_; }
views::Label* label() { return label_; }
- const views::Label* label() const { return label_; }
// Gets the color for displaying text.
virtual SkColor GetTextColor() const = 0;

Powered by Google App Engine
This is Rietveld 408576698