Index: content/browser/web_contents/web_contents_view_aura.cc |
diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc |
index a12d017e47a36e800b83d82c28bdf4f014490213..af007f4ff2ab5a26271c90f103f86386e8f5cebc 100644 |
--- a/content/browser/web_contents/web_contents_view_aura.cc |
+++ b/content/browser/web_contents/web_contents_view_aura.cc |
@@ -1016,6 +1016,10 @@ void WebContentsViewAura::GotFocus() { |
web_contents_->NotifyWebContentsFocused(); |
} |
+void WebContentsViewAura::Blured() { |
+ web_contents_->NotifyWebContentsBlured(); |
+} |
+ |
void WebContentsViewAura::TakeFocus(bool reverse) { |
if (web_contents_->GetDelegate() && |
!web_contents_->GetDelegate()->TakeFocus(web_contents_, reverse) && |