Index: chrome/common/safe_browsing/csd.proto |
diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto |
index e4b3fbe61f4521c6fd109a3bf4c9bdf241003570..56dc227ab8ca80131544bddfaff9e6c0650aabc9 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 { |