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

Unified Diff: content/renderer/render_view_impl.cc

Issue 1345343003: Remove lots of old blur plumbing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 5 years, 2 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 | « content/renderer/render_view_impl.h ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index fc2ebc2f17db041cc95941d731a99ae048055d91..1b0b469bcb7cf0606451e7a4b28243790cbdd0db 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -1982,14 +1982,6 @@ void RenderViewImpl::didFocus() {
}
}
-void RenderViewImpl::didBlur() {
- // TODO(jcivelli): see TODO above in didFocus().
- if (WebUserGestureIndicator::isProcessingUserGesture() &&
- !RenderThreadImpl::current()->layout_test_mode()) {
- Send(new ViewHostMsg_Blur(routing_id_));
- }
-}
-
// We are supposed to get a single call to Show for a newly created RenderView
// that was created via RenderViewImpl::CreateWebView. So, we wait until this
// point to dispatch the ShowView message.
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698