| 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 61504092cd5a8132a84f6f9ba1e068eb4ffdec59..0de4e02555fc4971d92e9156a0b8fc6977a75f08 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| @@ -112,6 +112,7 @@ class LocationBarViewGtk : public OmniboxEditController,
|
| virtual void Update(const content::WebContents* contents) OVERRIDE;
|
| virtual void OnChanged() OVERRIDE;
|
| virtual void OnSetFocus() OVERRIDE;
|
| + virtual void ShowURL() OVERRIDE;
|
| virtual InstantController* GetInstant() OVERRIDE;
|
| virtual content::WebContents* GetWebContents() OVERRIDE;
|
| virtual ToolbarModel* GetToolbarModel() OVERRIDE;
|
| @@ -211,6 +212,9 @@ class LocationBarViewGtk : public OmniboxEditController,
|
| };
|
|
|
| private:
|
| + // OmniboxEditController:
|
| + virtual void HideURL() OVERRIDE;
|
| +
|
| class PageActionViewGtk :
|
| public ExtensionActionIconFactory::Observer,
|
| public content::NotificationObserver,
|
|
|