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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 12225076: Delete most web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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
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_;
« no previous file with comments | « chrome/browser/ui/views/external_tab_container_win.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698