Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: components/safe_browsing/csd.proto

Issue 2733343002: Move chrome/common/safe_browsing/csd.proto to components/safe_browsing (Closed)
Patch Set: rebase again Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/safe_browsing/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 92b07a2245d7e5138d7770883d898078918b8f64..3da6cd68b6910c2aa23409cb029644c8104017da 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.
@@ -471,7 +470,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.
@@ -578,9 +577,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;
« no previous file with comments | « components/safe_browsing/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698