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

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
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..02056338961b736cfec1b319ad2033fb8c53e6c7 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/03 07:38:31 nit: Please update this comment to indicate that t
Dan Beam 2013/05/03 09:24:47 Yeah, I'll rename this everywhere tomorrow.
Dan Beam 2013/05/03 23:02:40 Done.
- optional int64 gaia_id = 2;
+ optional uint64 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;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698