| 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 =
|
|
|