diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-15 00:24:10 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-15 00:24:10 +0000 |
commit | b0ea0b7fb7de56e777995ebeef678d80d2f2dc01 (patch) | |
tree | c6ad307ce0dfce01c8ede2ad3fddf1327efc1e7b | |
parent | a1f42985d74de36d1fc4fc173b9f2f7da4391d12 (diff) | |
download | chromium_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.cc | 3 |
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 |