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

Unified Diff: content/browser/web_contents/web_contents_impl.h

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/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 4ece254c6d035529a25871133e49fcaa9dbe8342..be15b540e1c50982c16c66b20f218192971d2d6f 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -329,6 +329,8 @@ class CONTENT_EXPORT WebContentsImpl
WebContents* outer_web_contents,
RenderFrameHost* outer_contents_frame) override;
void DidChangeVisibleSecurityState() override;
+ bool NotifyCertificateError(
+ base::Callback<void(content::CertificateRequestResultType)>) override;
void Stop() override;
WebContents* Clone() override;
void ReloadFocusedFrame(bool bypass_cache) override;

Powered by Google App Engine
This is Rietveld 408576698