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

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

Issue 2400673003: Remove SSLStatus::security_style member and content::SecurityStyle (Closed)
Patch Set: more curly braces Created 4 years, 2 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
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/devtools/protocol/security_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/security_handler.h
diff --git a/content/browser/devtools/protocol/security_handler.h b/content/browser/devtools/protocol/security_handler.h
index 5f9e979ca9372f98e8cc28a2ce0e6e0529355aff..df41beb1d1b8b262e26c04854e27159d1cf07997 100644
--- a/content/browser/devtools/protocol/security_handler.h
+++ b/content/browser/devtools/protocol/security_handler.h
@@ -9,7 +9,6 @@
#include "content/browser/devtools/devtools_protocol_handler.h"
#include "content/browser/devtools/protocol/devtools_protocol_dispatcher.h"
#include "content/public/browser/web_contents_observer.h"
-#include "content/public/common/security_style.h"
namespace content {
namespace devtools {
@@ -34,7 +33,7 @@ class SecurityHandler : public WebContentsObserver {
// WebContentsObserver overrides
void SecurityStyleChanged(
- SecurityStyle security_style,
+ blink::WebSecurityStyle security_style,
const SecurityStyleExplanations& security_style_explanations) override;
std::unique_ptr<Client> client_;
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/devtools/protocol/security_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698