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

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

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
« no previous file with comments | « chrome/browser/ui/browser_browsertest.cc ('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 c9c90842efbc475cea2ff52d157179d9bc421d71..0862e99051fa5033cc61a57ed0d5bed98f7fac66 100644
--- a/content/browser/devtools/protocol/security_handler.h
+++ b/content/browser/devtools/protocol/security_handler.h
@@ -30,7 +30,9 @@ class SecurityHandler : public WebContentsObserver {
private:
// WebContentsObserver overrides
- void SecurityStyleChanged(SecurityStyle security_style) override;
+ void SecurityStyleChanged(
+ SecurityStyle security_style,
+ const SecurityStyleExplanations& security_style_explanations) override;
scoped_ptr<Client> client_;
bool enabled_;
« no previous file with comments | « chrome/browser/ui/browser_browsertest.cc ('k') | content/browser/devtools/protocol/security_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698