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

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

Issue 2639203003: Add certificate error handling to devtools. (Closed)
Patch Set: Fixed test. Created 3 years, 10 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..c8cb7b4f8573534dbf009e805f35326eeedf99ff 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(CertErrorCallback handler) {
+ return false;
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698