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

Unified Diff: chrome/browser/autofill/risk/fingerprint_browsertest.cc

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: chrome/browser/autofill/risk/fingerprint_browsertest.cc
diff --git a/chrome/browser/autofill/risk/fingerprint_browsertest.cc b/chrome/browser/autofill/risk/fingerprint_browsertest.cc
index 5394ea7b89091cace148ef4accbac43e11a3e80a..2feaaef2a47bdc9f740a6bd53adb4ef12939309c 100644
--- a/chrome/browser/autofill/risk/fingerprint_browsertest.cc
+++ b/chrome/browser/autofill/risk/fingerprint_browsertest.cc
@@ -18,7 +18,7 @@
namespace autofill {
namespace risk {
-const int64 kGaiaId = GG_INT64_C(99194853094755497);
+const uint64 kGaiaId = GG_UINT64_C(99194853094755497);
Ilya Sherman 2013/05/03 07:38:31 Could you update this constant so that it's outsid
Dan Beam 2013/05/03 23:02:40 Done.
const char kCharset[] = "UTF-8";
const char kAcceptLanguages[] = "en-US,en";
const int kScreenColorDepth = 53;

Powered by Google App Engine
This is Rietveld 408576698