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

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

Issue 488373002: Remove the experimental prominent add to app launcher flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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 c922f53dab7e2d00f53546824ad74650120d6ee8..9e27ce960f3e08b65962a1e7d99003ce4167bce3 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -29,7 +29,6 @@
#include "ui/views/drag_controller.h"
class ActionBoxButtonView;
-class AddToAppLauncherView;
class CommandUpdater;
class ContentSettingBubbleModelDelegate;
class ContentSettingImageView;
@@ -487,9 +486,6 @@ class LocationBarView : public LocationBar,
// The icon for Translate.
TranslateIconView* translate_icon_view_;
- // The view to add pages to the app launcher.
- AddToAppLauncherView* add_to_app_launcher_view_;
-
// The star.
StarView* star_view_;

Powered by Google App Engine
This is Rietveld 408576698