From 359af188d36cc374076147f9808372a46a55baa7 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Mon, 30 Aug 2010 16:10:31 +0000 Subject: Removes unused field in LocationBarView. BUG=none TEST=none Review URL: http://codereview.chromium.org/3245004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57863 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/location_bar/location_bar_view.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chrome/browser/views/location_bar/location_bar_view.h b/chrome/browser/views/location_bar/location_bar_view.h index 2f1f8a7..ebace6b 100644 --- a/chrome/browser/views/location_bar/location_bar_view.h +++ b/chrome/browser/views/location_bar/location_bar_view.h @@ -31,7 +31,6 @@ #include "chrome/browser/gtk/accessible_widget_helper_gtk.h" #endif -class Browser; class CommandUpdater; class ContentSettingImageView; class EVBubbleView; @@ -285,9 +284,6 @@ class LocationBarView : public LocationBar, // Helper to show the first run info bubble. void ShowFirstRunBubbleInternal(FirstRun::BubbleType bubble_type); - // Current browser. Not owned by us. - Browser* browser_; - // Current profile. Not owned by us. Profile* profile_; -- cgit v1.1