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

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

Issue 10885024: Integrate Chrome To Mobile with Action Box UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nil/NULL checks in ChromeToMobileBubbleController. Created 8 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 2d411220267cf55407e70ac31f4fd82fe91e9dec..8e0ced59908a204f1ba6ac97079394321fa6749b 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -31,7 +31,6 @@
#endif
class ActionBoxButtonView;
-class ChromeToMobileView;
class CommandUpdater;
class ContentSettingBubbleModelDelegate;
class ContentSettingImageView;
@@ -529,9 +528,6 @@ class LocationBarView : public LocationBar,
// The action box button (plus).
ActionBoxButtonView* action_box_button_view_;
- // The Chrome To Mobile page action icon view.
- ChromeToMobileView* chrome_to_mobile_view_;
-
// The mode that dictates how the bar shows.
Mode mode_;

Powered by Google App Engine
This is Rietveld 408576698