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

Unified Diff: chrome/browser/ui/gtk/location_bar_view_gtk.h

Issue 10830140: GTK implementation of the action box button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forward delare Created 8 years, 4 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
« no previous file with comments | « chrome/browser/ui/gtk/action_box_button_gtk.cc ('k') | chrome/browser/ui/gtk/location_bar_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/location_bar_view_gtk.h
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
index 1be681a2803fe0e572640deb596507d432634d1e..5881a4115fb8519a203c4ace11b02df96c0bd566 100644
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
@@ -38,13 +38,14 @@
#include "ui/base/gtk/owned_widget_gtk.h"
#include "webkit/glue/window_open_disposition.h"
-class OmniboxViewGtk;
+class ActionBoxButtonGtk;
class Browser;
class CommandUpdater;
class ContentSettingImageModel;
class ContentSettingBubbleGtk;
class ExtensionAction;
class GtkThemeService;
+class OmniboxViewGtk;
class SkBitmap;
class ToolbarModel;
@@ -482,6 +483,8 @@ class LocationBarViewGtk : public OmniboxEditController,
// Alignment used to wrap |location_entry_|.
GtkWidget* location_entry_alignment_;
+ scoped_ptr<ActionBoxButtonGtk> action_box_button_;
+
CommandUpdater* command_updater_;
ToolbarModel* toolbar_model_;
Browser* browser_;
« no previous file with comments | « chrome/browser/ui/gtk/action_box_button_gtk.cc ('k') | chrome/browser/ui/gtk/location_bar_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698