| Index: components/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/components/safe_browsing/csd.proto
|
| similarity index 99%
|
| rename from chrome/common/safe_browsing/csd.proto
|
| rename to components/safe_browsing/csd.proto
|
| index 9e3b5e5be0fff6557647df1bca3d52ad8d9905d6..a4cba88cb90b23a1ffbd6d239a204019946c085c 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/components/safe_browsing/csd.proto
|
| @@ -36,7 +36,6 @@ message ChromeUserPopulation {
|
| optional UserPopulation user_population = 1;
|
| }
|
|
|
| -
|
| message ClientPhishingRequest {
|
| // URL that the client visited. The CGI parameters are stripped by the
|
| // client.
|
| @@ -371,7 +370,7 @@ message ClientDownloadRequest {
|
| // True if the .zip or DMG, etc, was 100% successfully unpacked.
|
| optional bool archive_valid = 26;
|
|
|
| - // True if this ClientDownloadRequest is from a whitelisted domain.
|
| + // True if this ClientDownloadRequest is from a whitelisted domain.
|
| optional bool skipped_url_whitelist = 28;
|
|
|
| // True if this ClientDownloadRequest contains a whitelisted certificate.
|
| @@ -478,9 +477,7 @@ message ClientDownloadResponse {
|
| message ClientDownloadReport {
|
| // The information of user who provided the feedback.
|
| // This is going to be useful for handling appeals.
|
| - message UserInformation {
|
| - optional string email = 1;
|
| - }
|
| + message UserInformation { optional string email = 1; }
|
|
|
| enum Reason {
|
| SHARE = 0;
|
|
|