| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 5ce71714d2221ecb59eec797337fa16d753c0dd2..2b51a38e3c074230659cc948a18b811a69eebc40 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -1265,10 +1265,6 @@ void RenderViewHostImpl::OnFocus() {
|
| delegate_->Activate();
|
| }
|
|
|
| -void RenderViewHostImpl::OnBlur() {
|
| - delegate_->Deactivate();
|
| -}
|
| -
|
| gfx::Rect RenderViewHostImpl::GetRootWindowResizerRect() const {
|
| return delegate_->GetRootWindowResizerRect();
|
| }
|
|
|