diff options
Diffstat (limited to 'chrome/browser/gtk')
-rw-r--r-- | chrome/browser/gtk/tab_contents_container_gtk.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/gtk/tab_contents_container_gtk.cc b/chrome/browser/gtk/tab_contents_container_gtk.cc index 9f07b66..46a8d42 100644 --- a/chrome/browser/gtk/tab_contents_container_gtk.cc +++ b/chrome/browser/gtk/tab_contents_container_gtk.cc @@ -98,9 +98,9 @@ void TabContentsContainerGtk::RemoveObservers() { void TabContentsContainerGtk::RenderViewHostChanged(RenderViewHost* old_host, RenderViewHost* new_host) { - // If you find a crash right after this NOTIMPLEMENTED(), we'll need to - // switch out some widgets like in SetTabContents(). - NOTIMPLEMENTED(); + // TODO(port): Remove this method and the logic where we subscribe to the + // RENDER_VIEW_HOST_CHANGED notification. This was used on Windows for focus + // issues, and I'm not entirely convinced that this isn't necessary. } void TabContentsContainerGtk::TabContentsDestroyed(TabContents* contents) { |