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

Unified Diff: content/public/browser/web_contents_delegate.cc

Issue 1181293003: Expand SecurityStyleChanged interfaces to include explanations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments, style tweaks 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/public/browser/web_contents_delegate.cc
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index 3f8b87d5cd2633f71e473bcde68228f11cc4aa1a..890c8b6b79e4fe464329311e2640640ead786385 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -226,7 +226,9 @@ bool WebContentsDelegate::SaveFrame(const GURL& url, const Referrer& referrer) {
return false;
}
-SecurityStyle WebContentsDelegate::GetSecurityStyle(WebContents* web_contents) {
+SecurityStyle WebContentsDelegate::GetSecurityStyle(
+ WebContents* web_contents,
+ SecurityStyleExplanation* security_style_explanation) {
return content::SECURITY_STYLE_UNKNOWN;
}

Powered by Google App Engine
This is Rietveld 408576698