Index: chrome/browser/safe_browsing/csd.proto |
diff --git a/chrome/browser/safe_browsing/csd.proto b/chrome/browser/safe_browsing/csd.proto |
index 6fcc54429ac08c5720d0836dabdd89265c70a85a..fc01f96a586698ce074c9fe8ef12b2b914d78612 100644 |
--- a/chrome/browser/safe_browsing/csd.proto |
+++ b/chrome/browser/safe_browsing/csd.proto |
@@ -23,10 +23,6 @@ message ClientPhishingRequest { |
// Score that was computed on the client. Value is between 0.0 and 1.0. |
// The larger the value the more likely the url is phishing. |
required float client_score = 2; |
- |
- // Thumbnail from the client. Supports all typical image formats (png, jpg |
- // etc.). |
- required bytes snapshot = 3; |
} |
message ClientPhishingResponse { |