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

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

Issue 14904002: Load and send Wallet Risk params after user has agreed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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..95eb20fb7364f54394cc42df3a25917aeeb1320f 100644
--- a/components/autofill/browser/risk/proto/fingerprint.proto
+++ b/components/autofill/browser/risk/proto/fingerprint.proto
@@ -203,7 +203,7 @@ message Fingerprint {
// When this data was collected / received, in milliseconds since the epoch.
optional int64 timestamp_ms = 1;
// Gaia id associated with transaction.
Ilya Sherman 2013/05/07 00:59:30 nit: Please update the comment as well, to indicat
- optional int64 gaia_id = 2;
+ optional uint64 obfuscated_gaia_id = 2;
// Version of the native library generating this proto.
// This may be manually bumped when the code populating the proto has
// significantly changed.
@@ -221,4 +221,4 @@ message Fingerprint {
// Metadata associated with data collection.
optional Metadata metadata = 5;
-}
+}
« 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