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

Unified Diff: content/renderer/devtools/devtools_agent.h

Issue 2296953004: Send certificates to devtools when it's open instead of using certId (Closed)
Patch Set: clear certificates on didstartprovisionalload Created 4 years, 3 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/renderer/devtools/devtools_agent.h
diff --git a/content/renderer/devtools/devtools_agent.h b/content/renderer/devtools/devtools_agent.h
index 77069582336693f7ab1a8cb3816c6d077dfbbff6..71d2e827c2b2d0985b12c92ec28e05135c05766a 100644
--- a/content/renderer/devtools/devtools_agent.h
+++ b/content/renderer/devtools/devtools_agent.h
@@ -71,13 +71,12 @@ class CONTENT_EXPORT DevToolsAgent
createClientMessageLoop() override;
void willEnterDebugLoop() override;
void didExitDebugLoop() override;
-
bool requestDevToolsForFrame(blink::WebLocalFrame* frame) override;
-
void enableTracing(const blink::WebString& category_filter) override;
void disableTracing() override;
-
void setCPUThrottlingRate(double rate) override;
+ void showCertificateViewer(
+ const blink::WebVector<blink::WebString>& certificate) override;
void OnAttach(const std::string& host_id, int session_id);
void OnReattach(const std::string& host_id,

Powered by Google App Engine
This is Rietveld 408576698