| Index: components/safe_browsing_db/hit_report.h
|
| diff --git a/components/safe_browsing_db/hit_report.h b/components/safe_browsing_db/hit_report.h
|
| index 5cb188677bb4651bed94fa856dc8f7a95e251057..ab90fcb25e2786e1c2d842375c3c2a9598655bf0 100644
|
| --- a/components/safe_browsing_db/hit_report.h
|
| +++ b/components/safe_browsing_db/hit_report.h
|
| @@ -15,10 +15,11 @@ namespace safe_browsing {
|
| // What service classified this threat as unsafe.
|
| enum class ThreatSource {
|
| UNKNOWN,
|
| - DATA_SAVER, // From the Data Reduction service.
|
| - LOCAL_PVER3, // From LocalSafeBrowingDatabaseManager, protocol v3
|
| - LOCAL_PVER4, // From LocalSafeBrowingDatabaseManager, protocol v4
|
| - REMOTE, // From RemoteSafeBrowingDatabaseManager
|
| + DATA_SAVER, // From the Data Reduction service.
|
| + LOCAL_PVER3, // From LocalSafeBrowingDatabaseManager, protocol v3
|
| + LOCAL_PVER4, // From LocalSafeBrowingDatabaseManager, protocol v4
|
| + REMOTE, // From RemoteSafeBrowingDatabaseManager
|
| + CLIENT_SIDE_DETECTION, // From ClientSideDetectionHost
|
| };
|
|
|
| // Data to report about the contents of a particular threat (malware, phishing,
|
|
|