Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2465)

Unified Diff: chrome/browser/tab_contents/tab_contents_view_gtk.cc

Issue 194109: linux: drop NOTIMPLEMENTED in GotFocus() (Closed)
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc
diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/tab_contents/tab_contents_view_gtk.cc
index 892b67f322d41379dd734616b89f5fe7ff03b92c..72e7c1a2c05e00a9c54fc7da839c654d8234e7b1 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698