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

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

Issue 2348853004: Remove non-md code in location bar (Views). (Closed)
Patch Set: resolve change collision Created 4 years, 3 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/views/location_bar/bubble_icon_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/location_bar/bubble_icon_view.h
diff --git a/chrome/browser/ui/views/location_bar/bubble_icon_view.h b/chrome/browser/ui/views/location_bar/bubble_icon_view.h
index 27e63744dc833382485c3c249fac7d328c4201ff..6cd92383f124d0c8a45c784624d7c4acb2ab174f 100644
--- a/chrome/browser/ui/views/location_bar/bubble_icon_view.h
+++ b/chrome/browser/ui/views/location_bar/bubble_icon_view.h
@@ -88,15 +88,9 @@ class BubbleIconView : public views::InkDropHostView,
// Returns the bubble instance for the icon.
virtual views::BubbleDialogDelegateView* GetBubble() const = 0;
- // Gets the given vector icon in the correct color and size based on |active|
- // and whether Chrome's in material design mode.
+ // Gets the given vector icon in the correct color and size based on |active|.
virtual gfx::VectorIconId GetVectorIcon() const;
- // Sets the image using a PNG from the resource bundle. Returns true if an
- // image was set, or false if the icon should use a vector asset. This only
- // exists for non-MD mode. TODO(estade): remove it.
- virtual bool SetRasterIcon();
-
// views::View:
void OnBoundsChanged(const gfx::Rect& previous_bounds) override;
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/views/location_bar/bubble_icon_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698