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

Unified Diff: content/browser/ssl/ssl_manager.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/browser/ssl/ssl_manager.h
diff --git a/content/browser/ssl/ssl_manager.h b/content/browser/ssl/ssl_manager.h
index 972bd84c733904b0a56d3a744e6c6c8eab619b1d..40a86a348eaaf1cc90e9fe1d13dc5fff8ddb1f6d 100644
--- a/content/browser/ssl/ssl_manager.h
+++ b/content/browser/ssl/ssl_manager.h
@@ -80,7 +80,7 @@ class CONTENT_EXPORT SSLManager {
// content. These methods update the SSLStatus on the NavigationEntry
// appropriately. If the result could change the visible SSL state,
// they notify the WebContents of the change via
- // DidChangeVisibleSSLState();
+ // DidChangeVisibleSecurityState();
void DidDisplayMixedContent();
void DidDisplayContentWithCertErrors();
void DidShowPasswordInputOnHttp();

Powered by Google App Engine
This is Rietveld 408576698