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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h

Issue 896583003: Add risk data to getrealpan request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for android Created 5 years, 10 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/ui/autofill/autofill_dialog_controller_impl.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
index 732deced97080a10e160f7c0d5f7b9f06b646b1d..80e5a5fd5cde1f12d9c880c7b67694cd308457ac 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -262,8 +262,7 @@ class AutofillDialogControllerImpl
// Asks risk module to asynchronously load fingerprint data. Data will be
// returned via |OnDidLoadRiskFingerprintData()|. Exposed for testing.
virtual void LoadRiskFingerprintData();
- virtual void OnDidLoadRiskFingerprintData(
- scoped_ptr<risk::Fingerprint> fingerprint);
+ virtual void OnDidLoadRiskFingerprintData(const std::string& risk_data);
// Opens the given URL in a new foreground tab.
virtual void OpenTabWithUrl(const GURL& url);

Powered by Google App Engine
This is Rietveld 408576698