| 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 5461349c59fca41fe30dd86dccc8eb68a2edc396..63dd38b7b568703ab41e8c4e5c551e3ab415fb06 100644
|
| --- a/chrome/browser/autofill/risk/fingerprint_browsertest.cc
|
| +++ b/chrome/browser/autofill/risk/fingerprint_browsertest.cc
|
| @@ -36,7 +36,6 @@ void GetFingerprintInternal(
|
| const std::string& charset,
|
| 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);
|
|
|
| @@ -193,7 +192,7 @@ IN_PROC_BROWSER_TEST_F(AutofillRiskFingerprintTest, GetFingerprint) {
|
| internal::GetFingerprintInternal(
|
| kObfuscatedGaiaId, window_bounds_, content_bounds_, screen_info,
|
| "25.0.0.123", kCharset, kAcceptLanguages, base::Time::Now(),
|
| - DIALOG_TYPE_AUTOCHECKOUT, g_browser_process->GetApplicationLocale(),
|
| + g_browser_process->GetApplicationLocale(),
|
| base::Bind(&AutofillRiskFingerprintTest::GetFingerprintTestCallback,
|
| base::Unretained(this)));
|
|
|
|
|