Index: chrome/common/safe_browsing/csd.proto |
=================================================================== |
--- chrome/common/safe_browsing/csd.proto (revision 89204) |
+++ chrome/common/safe_browsing/csd.proto (working copy) |
@@ -47,12 +47,6 @@ |
// 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 { |