summaryrefslogtreecommitdiffstats
path: root/views/widget/widget.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-03 04:41:34 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-03 04:41:34 +0000
commit6dee7c46b6e47769b1f2b3e032b1dc5ccdd8863a (patch)
treee61a13869ded3789cfaa1d43f04f7aaa9b16abd4 /views/widget/widget.cc
parent0c3bf9563dcd51310abbf9856db4aba416a664bf (diff)
downloadchromium_src-6dee7c46b6e47769b1f2b3e032b1dc5ccdd8863a.zip
chromium_src-6dee7c46b6e47769b1f2b3e032b1dc5ccdd8863a.tar.gz
chromium_src-6dee7c46b6e47769b1f2b3e032b1dc5ccdd8863a.tar.bz2
Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, and remove old functions now no-one uses them.
Continuation of: Land the new functions added by 76483 - but do not use them anywhere outside of their tests. This will help me incrementally re-deploy these functions and identify what is causing the buildbot test redness. BUG=72040 TEST=none TBR=sky (all code originally reviewed here: http://codereview.chromium.org/6598069/ ) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/widget.cc')
-rw-r--r--views/widget/widget.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/views/widget/widget.cc b/views/widget/widget.cc
index 5f07976..c280206 100644
--- a/views/widget/widget.cc
+++ b/views/widget/widget.cc
@@ -94,10 +94,6 @@ RootView* Widget::GetRootView() {
return root_view_.get();
}
-Widget* Widget::GetRootWidget() const {
- return NULL;
-}
-
bool Widget::IsVisible() const {
return false;
}