| Index: components/safe_browsing_db/safebrowsing.proto
|
| diff --git a/components/safe_browsing_db/safebrowsing.proto b/components/safe_browsing_db/safebrowsing.proto
|
| index ceed7de0b643dec6c7a7a1e1a025482256ff51dc..d533892068810f23b78698d4bdc05b207fea4455 100644
|
| --- a/components/safe_browsing_db/safebrowsing.proto
|
| +++ b/components/safe_browsing_db/safebrowsing.proto
|
| @@ -349,8 +349,8 @@ enum ThreatEntryType {
|
| // A host-suffix/path-prefix URL expression; for example, "foo.bar.com/baz/".
|
| URL = 1;
|
|
|
| - // The digest of a binary.
|
| - BINARY_DIGEST = 2;
|
| + // An executable program.
|
| + EXECUTABLE = 2;
|
|
|
| // An IP range.
|
| IP_RANGE = 3;
|
|
|