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

Unified Diff: components/safe_browsing/csd.proto

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/safe_browsing/csd.proto
diff --git a/components/safe_browsing/csd.proto b/components/safe_browsing/csd.proto
index 8d8b4158c78d31391c3f338eb1f3093e15e529a5..d84cc15a9ee5b376e64b53056c042ef23c760f24 100644
--- a/components/safe_browsing/csd.proto
+++ b/components/safe_browsing/csd.proto
@@ -903,12 +903,12 @@ message ClientSafeBrowsingReportRequest {
URL_PHISHING = 1;
URL_MALWARE = 2;
URL_UNWANTED = 3;
- CLIENT_SIDE_PHISHING_URL = 4;
- CLIENT_SIDE_MALWARE_URL = 5;
+ URL_CLIENT_SIDE_PHISHING = 4;
+ URL_CLIENT_SIDE_MALWARE = 5;
DANGEROUS_DOWNLOAD_RECOVERY = 6;
DANGEROUS_DOWNLOAD_WARNING = 7;
DANGEROUS_DOWNLOAD_BY_API = 10;
- PASSWORD_PROTECTION_PHISHING_URL = 12;
+ URL_PASSWORD_PROTECTION_PHISHING = 12;
}
message HTTPHeader {
« no previous file with comments | « components/safe_browsing/browser/threat_details.cc ('k') | components/safe_browsing_db/v4_local_database_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698