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

Unified Diff: content/browser/devtools/protocol/security_handler.cc

Issue 1181293003: Expand SecurityStyleChanged interfaces to include explanations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add CONTENT_EXPORT Created 5 years, 6 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/devtools/protocol/security_handler.cc
diff --git a/content/browser/devtools/protocol/security_handler.cc b/content/browser/devtools/protocol/security_handler.cc
index 38857505d170df9db7d16a61a82e03b4203b93ce..ad1aa55f63a6de84da98324667e76c0f57c1aad4 100644
--- a/content/browser/devtools/protocol/security_handler.cc
+++ b/content/browser/devtools/protocol/security_handler.cc
@@ -4,8 +4,6 @@
#include "content/browser/devtools/protocol/security_handler.h"
-#include <string>
-
#include "content/public/browser/web_contents.h"
namespace content {
@@ -55,7 +53,9 @@ void SecurityHandler::SetRenderFrameHost(RenderFrameHost* host) {
WebContentsObserver::Observe(WebContents::FromRenderFrameHost(host_));
}
-void SecurityHandler::SecurityStyleChanged(SecurityStyle security_style) {
+void SecurityHandler::SecurityStyleChanged(
+ SecurityStyle security_style,
+ const SecurityStyleExplanations& security_style_explanations) {
DCHECK(enabled_);
const std::string security_state =
« no previous file with comments | « content/browser/devtools/protocol/security_handler.h ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698