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

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

Issue 197623002: [OriginChip] Show the page info bubble on the location bar icon. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to comment Created 6 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/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 22c44702f27a49a177fbccdced74577cd94fa0b6..5e5c11e242af712f7a3cc442a79a3ddfcd7b55c5 100644
--- a/chrome/browser/ui/views/location_bar/location_icon_view.h
+++ b/chrome/browser/ui/views/location_bar/location_icon_view.h
@@ -32,6 +32,7 @@ class LocationIconView : public views::ImageView {
private:
PageInfoHelper page_info_helper_;
+ LocationBarView* location_bar_;
DISALLOW_IMPLICIT_CONSTRUCTORS(LocationIconView);
};

Powered by Google App Engine
This is Rietveld 408576698