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

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

Issue 10406016: Implement Action Box button (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 7 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_bar_view.h
===================================================================
--- chrome/browser/ui/views/location_bar/location_bar_view.h (revision 137178)
+++ chrome/browser/ui/views/location_bar/location_bar_view.h (working copy)
@@ -30,6 +30,7 @@
#include "chrome/browser/ui/views/omnibox/omnibox_view_win.h"
#endif
+class ActionBoxButtonView;
class ChromeToMobileView;
class CommandUpdater;
class ContentSettingBubbleModelDelegate;
@@ -452,6 +453,9 @@
// The star.
StarView* star_view_;
+ // The action box button (plus).
+ ActionBoxButtonView* action_box_button_view_;
+
// The Chrome To Mobile page action icon view.
ChromeToMobileView* chrome_to_mobile_view_;

Powered by Google App Engine
This is Rietveld 408576698