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

Unified Diff: chrome/common/safe_browsing/csd.proto

Issue 1083193007: Remove legacy Module Verifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
Index: chrome/common/safe_browsing/csd.proto
diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
index b45deea57d65dccd68a3e16d30322888c58bb8fc..03a4bebbd7b027f6a7a2fa4ce70db6646ffdfbd2 100644
--- a/chrome/common/safe_browsing/csd.proto
+++ b/chrome/common/safe_browsing/csd.proto
@@ -474,7 +474,7 @@ message ClientIncidentReport {
}
optional string name = 1;
optional ModifiedState modified_state = 2;
- repeated string modified_export = 3;
+ repeated string OBSOLETE_modified_export = 3;
message Modification {
optional uint32 file_offset = 1;

Powered by Google App Engine
This is Rietveld 408576698