summaryrefslogtreecommitdiffstats
path: root/chrome/common/safe_browsing/csd.proto
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/safe_browsing/csd.proto')
-rw-r--r--chrome/common/safe_browsing/csd.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
index e4b3fbe..56dc227 100644
--- a/chrome/common/safe_browsing/csd.proto
+++ b/chrome/common/safe_browsing/csd.proto
@@ -47,6 +47,12 @@ message ClientPhishingRequest {
// The version number of the model that was used to compute the client-score.
// Copied from ClientSideModel.version().
optional int32 model_version = 6;
+
+ // Field 7 is only used on the server.
+
+ // List of features that are extracted in the client but are not used in the
+ // machine learning model.
+ repeated Feature non_model_feature_map = 8;
}
message ClientPhishingResponse {