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

Unified Diff: chrome/browser/ui/views/location_bar/ev_bubble_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/ev_bubble_view.h
diff --git a/chrome/browser/ui/views/location_bar/ev_bubble_view.h b/chrome/browser/ui/views/location_bar/ev_bubble_view.h
index 9c9bfb38f0902a51ec042e0e72f86258c95f5338..a9395ea257efbb5f4f7a974ee851c049b3b35638 100644
--- a/chrome/browser/ui/views/location_bar/ev_bubble_view.h
+++ b/chrome/browser/ui/views/location_bar/ev_bubble_view.h
@@ -21,7 +21,8 @@ class EVBubbleView : public IconLabelBubbleView {
EVBubbleView(const int background_images[],
int contained_image,
const SkColor& color,
- LocationBarView* location_bar);
+ LocationBarView* location_bar,
+ BrowserShowPageInfo* delegate);
virtual ~EVBubbleView();
// Overridden from view.
@@ -35,4 +36,3 @@ class EVBubbleView : public IconLabelBubbleView {
};
#endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_EV_BUBBLE_VIEW_H_
-

Powered by Google App Engine
This is Rietveld 408576698