Index: content/public/browser/web_contents_delegate.cc |
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc |
index b85daaba7a31580dc2920148a10ddffd33eedb91..747c4b5ce08764a53d1ea89598385a4dcfa6e5f6 100644 |
--- a/content/public/browser/web_contents_delegate.cc |
+++ b/content/public/browser/web_contents_delegate.cc |
@@ -196,4 +196,8 @@ gfx::Size WebContentsDelegate::GetSizeForNewRenderView( |
return gfx::Size(); |
} |
+bool WebContentsDelegate::IsWebContentsNeverVisible(WebContents* web_contents) { |
+ return false; |
+} |
+ |
} // namespace content |