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

Unified Diff: components/autofill/content/browser/risk/fingerprint.h

Issue 23537014: rAc: Get rid of dialog type in rAc, there is only one type left now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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: components/autofill/content/browser/risk/fingerprint.h
diff --git a/components/autofill/content/browser/risk/fingerprint.h b/components/autofill/content/browser/risk/fingerprint.h
index d66bde43b865f7bead01099994f393e629ae15cb..283e60777ff9ba2da40bcf113157e210b4c63abe 100644
--- a/components/autofill/content/browser/risk/fingerprint.h
+++ b/components/autofill/content/browser/risk/fingerprint.h
@@ -58,7 +58,6 @@ void GetFingerprint(
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);

Powered by Google App Engine
This is Rietveld 408576698