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

Unified Diff: components/autofill/core/browser/autofill_manager_unittest.cc

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/core/browser/autofill_manager_unittest.cc
diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc
index 275920fde0af37d893d59e0c8b4635305f4e973d..34de18d29ba3b6e8551cc53756fdecba5f7d3721 100644
--- a/components/autofill/core/browser/autofill_manager_unittest.cc
+++ b/components/autofill/core/browser/autofill_manager_unittest.cc
@@ -2975,7 +2975,6 @@ class MockAutofillManagerDelegate : public TestAutofillManagerDelegate {
virtual void ShowRequestAutocompleteDialog(
const FormData& form,
const GURL& source_url,
- DialogType dialog_type,
const base::Callback<void(const FormStructure*,
const std::string&)>& callback) OVERRIDE {
callback.Run(user_supplied_data_.get(), "google_transaction_id");
« no previous file with comments | « components/autofill/core/browser/autofill_manager_delegate.h ('k') | components/autofill/core/browser/autofill_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698