Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: content/public/browser/web_contents.cc

Issue 2639203003: Add certificate error handling to devtools. (Closed)
Patch Set: format Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/web_contents.cc
diff --git a/content/public/browser/web_contents.cc b/content/public/browser/web_contents.cc
index fa0afb545df985e11e8be9964e843e199d298675..b9c0a1a43c421ac18063d4a3ca0c650260f6754f 100644
--- a/content/public/browser/web_contents.cc
+++ b/content/public/browser/web_contents.cc
@@ -37,4 +37,8 @@ WebContents::CreateParams::CreateParams(const CreateParams& other) = default;
WebContents::CreateParams::~CreateParams() {
}
+bool WebContents::NotifyCertificateError(CertErrorHandler handler) {
+ return false;
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698