Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: components/autofill/content/browser/risk/proto/fingerprint.proto

Issue 1018463002: Deprecate WinSAT support in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « components/autofill/content/browser/risk/fingerprint.cc ('k') | components/metrics/gpu/gpu_metrics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698