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

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

Issue 324043002: Create a prominent omnibox UI element to add pages to the app launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback Created 6 years, 6 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 ccb0c07887434306899228a79a93b0317995e76f..9f890cb06aa370613f5ccfc9e1241085581ca037 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -30,6 +30,7 @@
#include "ui/views/drag_controller.h"
class ActionBoxButtonView;
+class AddToAppLauncherView;
class CommandUpdater;
class ContentSettingBubbleModelDelegate;
class ContentSettingImageView;
@@ -495,6 +496,9 @@ 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