summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-15 00:24:10 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-15 00:24:10 +0000
commitb0ea0b7fb7de56e777995ebeef678d80d2f2dc01 (patch)
treec6ad307ce0dfce01c8ede2ad3fddf1327efc1e7b
parenta1f42985d74de36d1fc4fc173b9f2f7da4391d12 (diff)
downloadchromium_src-b0ea0b7fb7de56e777995ebeef678d80d2f2dc01.zip
chromium_src-b0ea0b7fb7de56e777995ebeef678d80d2f2dc01.tar.gz
chromium_src-b0ea0b7fb7de56e777995ebeef678d80d2f2dc01.tar.bz2
linux: drop NOTIMPLEMENTED in GotFocus()
Leftover cruft. Review URL: http://codereview.chromium.org/194109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26187 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/tab_contents/tab_contents_view_gtk.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/tab_contents/tab_contents_view_gtk.cc
index 892b67f..72e7c1a 100644
--- a/chrome/browser/tab_contents/tab_contents_view_gtk.cc
+++ b/chrome/browser/tab_contents/tab_contents_view_gtk.cc
@@ -548,7 +548,8 @@ void TabContentsViewGtk::UpdateDragCursor(WebDragOperation operation) {
}
void TabContentsViewGtk::GotFocus() {
- NOTIMPLEMENTED();
+ // This is only used in the views FocusManager stuff but it bleeds through
+ // all subclasses.
}
// This is called when we the renderer asks us to take focus back (i.e., it has