Commit d0aec0f1 authored by vakh's avatar vakh Committed by Commit bot

XXS: Update a comment in the safebrowsing.proto file

The comment states that although the field is marked as repeated, in practice it
can only contain 0 or 1 values.

BUG=543161

Review-Url: https://codereview.chromium.org/2195043002
Cr-Commit-Position: refs/heads/master@{#408767}
parent e0c18ae2
...@@ -149,8 +149,8 @@ message FetchThreatListUpdatesResponse { ...@@ -149,8 +149,8 @@ message FetchThreatListUpdatesResponse {
// response. // response.
repeated ThreatEntrySet additions = 5; repeated ThreatEntrySet additions = 5;
// A set of entries to remove from a local threat type's list. Repeated for // A set of entries to remove from a local threat type's list. In practice,
// the same reason as above. // this field is empty or contains exactly one ThreatEntrySet.
repeated ThreatEntrySet removals = 6; repeated ThreatEntrySet removals = 6;
// The new client state, in encrypted format. Opaque to clients. // The new client state, in encrypted format. Opaque to clients.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment