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

Unified Diff: Source/core/page/FocusController.cpp

Issue 13851023: Remove ChromeClient cruft (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 years, 8 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 | « Source/core/page/ChromeClient.h ('k') | Source/core/platform/HostWindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/FocusController.cpp
diff --git a/Source/core/page/FocusController.cpp b/Source/core/page/FocusController.cpp
index 211419c86ea61e7baaa49ed699061c0dd641c752..f15929c6b0d8717c9ba11aef0e3c41e15cb8fa23 100644
--- a/Source/core/page/FocusController.cpp
+++ b/Source/core/page/FocusController.cpp
@@ -197,8 +197,6 @@ void FocusController::setFocusedFrame(PassRefPtr<Frame> frame)
newFrame->document()->dispatchWindowEvent(Event::create(eventNames().focusEvent, false, false));
}
- m_page->chrome()->focusedFrameChanged(newFrame.get());
-
m_isChangingFocusedFrame = false;
}
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/platform/HostWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698