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

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

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
« no previous file with comments | « no previous file | components/autofill/content/browser/risk/proto/fingerprint.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/risk/fingerprint.cc
diff --git a/components/autofill/content/browser/risk/fingerprint.cc b/components/autofill/content/browser/risk/fingerprint.cc
index c7d2b01dd2ec6e6c1baf68d89c1c887dc7de1b4e..b4ea95211f2374595260eaeeeb336871665dff24 100644
--- a/components/autofill/content/browser/risk/fingerprint.cc
+++ b/components/autofill/content/browser/risk/fingerprint.cc
@@ -172,12 +172,6 @@ void AddGpuInfoToFingerprint(Fingerprint::MachineCharacteristics* machine,
graphics->set_device_id(gpu_info.gpu.device_id);
graphics->set_driver_version(gpu_info.driver_version);
graphics->set_driver_date(gpu_info.driver_date);
-
- Fingerprint::MachineCharacteristics::Graphics::PerformanceStatistics*
- gpu_performance = graphics->mutable_performance_statistics();
- gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics);
- gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming);
- gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
}
// Waits for all asynchronous data required for the fingerprint to be loaded,
« no previous file with comments | « no previous file | components/autofill/content/browser/risk/proto/fingerprint.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698