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

Unified Diff: chrome/browser/ui/views/location_bar/click_handler.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: nit 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/click_handler.h
diff --git a/chrome/browser/ui/views/location_bar/click_handler.h b/chrome/browser/ui/views/location_bar/click_handler.h
index ce7dc322b632489726be9e08fefe615536b99012..55ceb7fd4befadf41f197f0b27b4116b61488e5f 100644
--- a/chrome/browser/ui/views/location_bar/click_handler.h
+++ b/chrome/browser/ui/views/location_bar/click_handler.h
@@ -8,6 +8,7 @@
#include "base/basictypes.h"
+class BrowserShowPageInfo;
class LocationBarView;
namespace views {
@@ -19,7 +20,8 @@ class View;
// Info dialog on click, to encapsulate that logic in one place.
class ClickHandler {
public:
- ClickHandler(const views::View* owner, LocationBarView* location_bar);
+ ClickHandler(const views::View* owner,
+ LocationBarView* location_bar);
void OnMouseReleased(const views::MouseEvent& event);
@@ -31,4 +33,3 @@ class ClickHandler {
};
#endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CLICK_HANDLER_H_
-

Powered by Google App Engine
This is Rietveld 408576698