| 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 5881a4115fb8519a203c4ace11b02df96c0bd566..300bb06e8ade823f536a2f014395452e342da9f5 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| @@ -145,6 +145,7 @@ class LocationBarViewGtk : public OmniboxEditController,
|
| virtual void UpdateContentSettingsIcons() OVERRIDE;
|
| virtual void UpdatePageActions() OVERRIDE;
|
| virtual void InvalidatePageActions() OVERRIDE;
|
| + virtual void UpdateWebIntentsButton() OVERRIDE;
|
| virtual void SaveStateToContents(content::WebContents* contents) OVERRIDE;
|
| virtual void Revert() OVERRIDE;
|
| virtual const OmniboxView* GetLocationEntry() const OVERRIDE;
|
| @@ -462,6 +463,10 @@ class LocationBarViewGtk : public OmniboxEditController,
|
| ui::OwnedWidgetGtk page_action_hbox_;
|
| ScopedVector<PageActionViewGtk> page_action_views_;
|
|
|
| + // Control for web intents window disposition picker control.
|
| + ui::OwnedWidgetGtk web_intents_hbox_;
|
| + scoped_ptr<PageToolViewGtk> web_intents_button_view_;
|
| +
|
| // The widget that contains our tab hints and the location bar.
|
| GtkWidget* entry_box_;
|
|
|
|
|