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

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

Issue 2444383007: Trigger Dangerous indicator for unsafe subresources (Closed)
Patch Set: protip: #include the .h, not the .cc 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
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 538d30fd3f11bb375f144f49468f51407885c956..7ae96adf496a6b25c585b164e43cd55bb3bfe9ae 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -110,9 +110,9 @@ class CONTENT_EXPORT WebContentsDelegate {
virtual void NavigationStateChanged(WebContents* source,
InvalidateTypes changed_flags) {}
- // Called to inform the delegate that the WebContent's visible SSL state (as
- // defined by SSLStatus) changed.
- virtual void VisibleSSLStateChanged(WebContents* source) {}
+ // Called to inform the delegate that the WebContent's visible
+ // security state changed and that security UI should be updated.
+ virtual void VisibleSecurityStateChanged(WebContents* source) {}
// Creates a new tab with the already-created WebContents 'new_contents'.
// The window for the added contents should be reparented correctly when this
« chrome/browser/safe_browsing/ui_manager_unittest.cc ('K') | « content/public/browser/web_contents.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698