| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 75abbf957189c6f3b19a336e24386f1afde525c2..345994e28a12ed03d53259e9ab987ef5c9ffb9b1 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -48,7 +48,6 @@ class ScriptBubbleIconView;
|
| class SelectedKeywordView;
|
| class StarView;
|
| class TemplateURLService;
|
| -class WebIntentsButtonView;
|
| class ZoomView;
|
|
|
| namespace views {
|
| @@ -300,9 +299,6 @@ class LocationBarView : public LocationBar,
|
| 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;
|
| @@ -485,11 +481,6 @@ class LocationBarView : public LocationBar,
|
| // The star.
|
| StarView* star_view_;
|
|
|
| -#if defined(ENABLE_WEB_INTENTS)
|
| - // The web intents choose-another-service button
|
| - WebIntentsButtonView* web_intents_button_view_;
|
| -#endif
|
| -
|
| // The action box button (plus).
|
| ActionBoxButtonView* action_box_button_view_;
|
|
|
|
|