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

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

Issue 14619006: [Autofill] Add geolocation data to Risk fingerprint. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't use high accuracy for now Created 7 years, 7 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 | « components/autofill/browser/risk/fingerprint.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/risk/proto/fingerprint.proto
diff --git a/components/autofill/browser/risk/proto/fingerprint.proto b/components/autofill/browser/risk/proto/fingerprint.proto
index 2c482ecc7f58559c0ae54638fa8b02fcab42f38e..0259973998fccee8da736d9807bb0093baecddc0 100644
--- a/components/autofill/browser/risk/proto/fingerprint.proto
+++ b/components/autofill/browser/risk/proto/fingerprint.proto
@@ -173,9 +173,9 @@ message Fingerprint {
optional double longitude = 3;
// Accuracy in meters. 95% probability of being in this radius of
// lat / long.
- optional float accuracy = 4;
+ optional double accuracy = 4;
// Milliseconds since epoch since measurement.
- optional double time_in_ms = 5;
+ optional int64 time_in_ms = 5;
}
// Average force by finger presses. TouchEvent.force
« no previous file with comments | « components/autofill/browser/risk/fingerprint.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698