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

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

Issue 346763003: Adding blacklisted dlls to safe browsing incident reports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@updatedWard2
Patch Set: Created 6 years, 6 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 6e9572c0b416d446df76e8d3c648e13346ffacbd..004d76a7d5cfac1e2080d1c19303248c741947f0 100644
--- a/chrome/common/safe_browsing/csd.proto
+++ b/chrome/common/safe_browsing/csd.proto
@@ -408,6 +408,7 @@ message ClientIncidentReport {
repeated Feature feature = 4;
}
repeated Dll dll = 9;
+ repeated string blacklisted_dll = 10;
}
optional Process process = 3;
}

Powered by Google App Engine
This is Rietveld 408576698