Index: components/autofill/content/browser/risk/proto/fingerprint.proto |
diff --git a/components/autofill/content/browser/risk/proto/fingerprint.proto b/components/autofill/content/browser/risk/proto/fingerprint.proto |
index 4ea3b6a847b95adca454adfb4cf02f149e0afcb0..f176db2bfd373e4fcff0b756a048730dba8a6f49 100644 |
--- a/components/autofill/content/browser/risk/proto/fingerprint.proto |
+++ b/components/autofill/content/browser/risk/proto/fingerprint.proto |
@@ -51,14 +51,6 @@ message Fingerprint { |
// The driver date on the GPU. |
optional string driver_date = 4; |
- |
- // The GPU performance statistics. |
- message PerformanceStatistics { |
- optional float graphics_score = 1; |
- optional float gaming_score = 2; |
- optional float overall_score = 3; |
- } |
- optional PerformanceStatistics performance_statistics = 5; |
} |
// Browser features that integrate with Risk. |