Chromium Code Reviews| Index: chrome/browser/safe_browsing/report.proto |
| =================================================================== |
| --- chrome/browser/safe_browsing/report.proto (revision 80624) |
| +++ chrome/browser/safe_browsing/report.proto (working copy) |
| @@ -87,4 +87,7 @@ |
| optional string referrer_url = 3; |
| repeated Resource resources = 4; |
| + |
| + // Whether the report has HTTP Responses. |
| + optional bool complete = 5; |
| } |