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

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: fixes 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
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 0259973998fccee8da736d9807bb0093baecddc0..42560843aee2122a433905f998598661b6194e68 100644
--- a/components/autofill/browser/risk/proto/fingerprint.proto
+++ b/components/autofill/browser/risk/proto/fingerprint.proto
@@ -138,7 +138,7 @@ message Fingerprint {
// Contains properties relating to more transient computer / browser state.
message TransientState {
- // Corresponds to window.innerWidth / innertHeight
+ // Corresponds to window.innerWidth / innerHeight
optional Dimension inner_window_size = 1;
// Corresponds to window.outerWidth / outerHeight
@@ -202,8 +202,8 @@ message Fingerprint {
message Metadata {
// When this data was collected / received, in milliseconds since the epoch.
optional int64 timestamp_ms = 1;
- // Gaia id associated with transaction.
- optional int64 gaia_id = 2;
+ // Obfuscated Gaia id associated with transaction.
+ 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;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698