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

Unified Diff: components/security_interstitials/content/unsafe_resource.h

Issue 2925693003: Making CSD ReportType enum consistent. (Closed)
Patch Set: Handling SBThreatType enums as well Created 3 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: components/security_interstitials/content/unsafe_resource.h
diff --git a/components/security_interstitials/content/unsafe_resource.h b/components/security_interstitials/content/unsafe_resource.h
index bb10b65b57c2bbf9f721056c44f1449c9f3d4656..fdb31b4e6f9327b0cbbdf96027d7dfc1c7dfc8f6 100644
--- a/components/security_interstitials/content/unsafe_resource.h
+++ b/components/security_interstitials/content/unsafe_resource.h
@@ -68,7 +68,7 @@ struct UnsafeResource {
base::Callback<content::WebContents*(void)> web_contents_getter;
safe_browsing::ThreatSource threat_source;
// |token| field is only set if |threat_type| is
- // SB_THREAT_TYPE_PASSWORD_PROTECTION_PHISHING_URL
+ // SB_THREAT_TYPE_URL_PASSWORD_PROTECTION_PHISHING
std::string token;
};
« no previous file with comments | « components/safe_browsing_db/v4_protocol_manager_util.h ('k') | components/security_interstitials/content/unsafe_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698