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

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

Issue 9479008: Re-factor location bar/toolbar code to get rid of the browser dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix Created 8 years, 10 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/location_icon_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_icon_view.h b/chrome/browser/ui/views/location_bar/location_icon_view.h
index c7f3828c783c341558e2192515bd0ac7f7a36d72..7af740d811a8cb23850262b72f9cf7deec7b3936 100644
--- a/chrome/browser/ui/views/location_bar/location_icon_view.h
+++ b/chrome/browser/ui/views/location_bar/location_icon_view.h
@@ -19,7 +19,8 @@ class MouseEvent;
// status on https pages, or a globe for other URLs.
class LocationIconView : public views::ImageView {
public:
- explicit LocationIconView(LocationBarView* location_bar);
+ explicit LocationIconView(LocationBarView* location_bar,
+ BrowserShowPageInfo* delegate);
virtual ~LocationIconView();
// Overridden from views::ImageView:

Powered by Google App Engine
This is Rietveld 408576698