Index: components/autofill/browser/risk/fingerprint.h |
=================================================================== |
--- components/autofill/browser/risk/fingerprint.h (revision 192622) |
+++ components/autofill/browser/risk/fingerprint.h (working copy) |
@@ -53,6 +53,7 @@ |
const std::string& accept_languages, |
const base::Time& install_time, |
DialogType dialog_type, |
+ const std::string& app_locale, |
const base::Callback<void(scoped_ptr<Fingerprint>)>& callback); |
// Exposed for testing: |
@@ -68,6 +69,7 @@ |
const std::string& accept_languages, |
const base::Time& install_time, |
DialogType dialog_type, |
+ const std::string& app_locale, |
const base::Callback<void(scoped_ptr<Fingerprint>)>& callback); |
} // namespace internal |