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 0a1d3f13480a1a8270755bf9f3d5cb78c3fabafa..165488f9fae27f6604e53fb64a4876e43d89c15e 100644 |
--- a/content/public/browser/web_contents_delegate.cc |
+++ b/content/public/browser/web_contents_delegate.cc |
@@ -259,4 +259,8 @@ void WebContentsDelegate::ShowCertificateViewerInDevTools( |
int cert_id) { |
} |
+bool WebContentsDelegate::RequestAppBanner(content::WebContents* web_contents) { |
+ return false; |
+} |
+ |
} // namespace content |