diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-30 16:10:31 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-30 16:10:31 +0000 |
commit | 359af188d36cc374076147f9808372a46a55baa7 (patch) | |
tree | 6d89d7976bf4ba084ad74c4179f86da6d5744c56 | |
parent | 8ee529ffc5db8bb1a040f02f5878b591f5e48ef2 (diff) | |
download | chromium_src-359af188d36cc374076147f9808372a46a55baa7.zip chromium_src-359af188d36cc374076147f9808372a46a55baa7.tar.gz chromium_src-359af188d36cc374076147f9808372a46a55baa7.tar.bz2 |
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
-rw-r--r-- | chrome/browser/views/location_bar/location_bar_view.h | 4 |
1 files changed, 0 insertions, 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_; |