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

Unified Diff: components/safe_browsing/csd.proto

Issue 2733343002: Move chrome/common/safe_browsing/csd.proto to components/safe_browsing (Closed)
Patch Set: 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
« chrome/renderer/BUILD.gn ('K') | « 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 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;
« chrome/renderer/BUILD.gn ('K') | « components/safe_browsing/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698