| 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 a8d8f3fc665fa235d3bf990271a4daaed1b1497b..3a8dde49bf9d340fa9fa1347dbf92c21875f050a 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| @@ -140,7 +140,9 @@ class LocationBarViewGtk : public OmniboxEditController,
|
| virtual void UpdateContentSettingsIcons() OVERRIDE;
|
| virtual void UpdatePageActions() OVERRIDE;
|
| virtual void InvalidatePageActions() OVERRIDE;
|
| +#if defined(ENABLE_WEB_INTENTS)
|
| virtual void UpdateWebIntentsButton() OVERRIDE;
|
| +#endif
|
| virtual void UpdateOpenPDFInReaderPrompt() OVERRIDE;
|
| virtual void SaveStateToContents(content::WebContents* contents) OVERRIDE;
|
| virtual void Revert() OVERRIDE;
|
|
|