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

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, 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
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_unittest.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 4585e76c237085b3e68288351182d62365c226e8..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
@@ -221,4 +221,4 @@ message Fingerprint {
// Metadata associated with data collection.
optional Metadata metadata = 5;
-}
+}
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698