summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 01:35:35 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 01:35:35 +0000
commit3f3e0fe124cdfe3cb1d96c4f256813ffcaabee40 (patch)
treea4b408efdff83320bee982353581011d80e6b469 /chrome/browser/views/frame
parentdc12fef1b3d560bf860292454a945559968555de (diff)
downloadchromium_src-3f3e0fe124cdfe3cb1d96c4f256813ffcaabee40.zip
chromium_src-3f3e0fe124cdfe3cb1d96c4f256813ffcaabee40.tar.gz
chromium_src-3f3e0fe124cdfe3cb1d96c4f256813ffcaabee40.tar.bz2
Revert cl 19315 to see if it fixes the builds.
TBR=klink BUG=none Review URL: http://codereview.chromium.org/149049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/frame')
-rw-r--r--chrome/browser/views/frame/browser_view.cc4
-rw-r--r--chrome/browser/views/frame/browser_view.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/views/frame/browser_view.cc b/chrome/browser/views/frame/browser_view.cc
index b4f8844..9088f32 100644
--- a/chrome/browser/views/frame/browser_view.cc
+++ b/chrome/browser/views/frame/browser_view.cc
@@ -947,10 +947,6 @@ views::View* BrowserView::GetTabContentsContainerView() const {
return contents_container_->GetFocusView();
}
-ToolbarView* BrowserView::GetToolbarView() const {
- return toolbar_;
-}
-
///////////////////////////////////////////////////////////////////////////////
// BrowserView, NotificationObserver implementation:
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h
index fd28301..4ca85c4 100644
--- a/chrome/browser/views/frame/browser_view.h
+++ b/chrome/browser/views/frame/browser_view.h
@@ -241,7 +241,6 @@ class BrowserView : public BrowserWindow,
virtual BookmarkBarView* GetBookmarkBarView() const;
virtual LocationBarView* GetLocationBarView() const;
virtual views::View* GetTabContentsContainerView() const;
- virtual ToolbarView* GetToolbarView() const;
// Overridden from NotificationObserver:
virtual void Observe(NotificationType type,