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

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

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/fingerprint.h
diff --git a/components/autofill/browser/risk/fingerprint.h b/components/autofill/browser/risk/fingerprint.h
index d498ec2d7d836063513c60449ad59a455388806a..fe82136df33a1da8bb2781b8db66510f9b457926 100644
--- a/components/autofill/browser/risk/fingerprint.h
+++ b/components/autofill/browser/risk/fingerprint.h
@@ -45,7 +45,7 @@ class Fingerprint;
// |accept_languages| is the Accept-Languages setting.
// |install_time| is the absolute time of installation.
void GetFingerprint(
- int64 gaia_id,
+ uint64 gaia_id,
const gfx::Rect& window_bounds,
const content::WebContents& web_contents,
const std::string& version,
@@ -60,7 +60,7 @@ void GetFingerprint(
namespace internal {
void GetFingerprintInternal(
- int64 gaia_id,
+ uint64 gaia_id,
const gfx::Rect& window_bounds,
const gfx::Rect& content_bounds,
const WebKit::WebScreenInfo& screen_info,

Powered by Google App Engine
This is Rietveld 408576698