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

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

Issue 2562503002: Generalize WebContentsObserver::SecurityStyleChanged (Closed)
Patch Set: Fix nit. Created 4 years 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.h
diff --git a/content/browser/devtools/protocol/security_handler.h b/content/browser/devtools/protocol/security_handler.h
index df41beb1d1b8b262e26c04854e27159d1cf07997..46eed3e299ada7129fd3b69f6606509d6ee5a6fe 100644
--- a/content/browser/devtools/protocol/security_handler.h
+++ b/content/browser/devtools/protocol/security_handler.h
@@ -32,9 +32,7 @@ class SecurityHandler : public WebContentsObserver {
void AttachToRenderFrameHost();
// WebContentsObserver overrides
- void SecurityStyleChanged(
- blink::WebSecurityStyle security_style,
- const SecurityStyleExplanations& security_style_explanations) override;
+ void DidChangeVisibleSecurityState() override;
std::unique_ptr<Client> client_;
bool enabled_;
« no previous file with comments | « chrome/browser/ssl/security_state_tab_helper_browser_tests.cc ('k') | content/browser/devtools/protocol/security_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698