summaryrefslogtreecommitdiffstats
path: root/content/public/browser/web_contents_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/web_contents_delegate.cc')
-rw-r--r--content/public/browser/web_contents_delegate.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index 0a1d3f1..165488f 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