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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm

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: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm
index 9915145179acc1a10f0a71a2dc01ec806e43fd8a..7ff663dc3008def0e81ec522514828add8c88689 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm
@@ -29,12 +29,10 @@ class TestAutofillDialogController : public AutofillDialogControllerImpl {
content::WebContents* contents,
const FormData& form_structure,
const AutofillMetrics& metric_logger,
- scoped_refptr<content::MessageLoopRunner> runner,
- const DialogType dialog_type)
+ scoped_refptr<content::MessageLoopRunner> runner)
: AutofillDialogControllerImpl(contents,
form_structure,
GURL(),
- dialog_type,
base::Bind(MockCallback)),
metric_logger_(metric_logger) ,
runner_(runner) {
@@ -85,8 +83,7 @@ class AutofillDialogCocoaBrowserTest : public InProcessBrowserTest {
browser()->tab_strip_model()->GetActiveWebContents(),
form_data,
metric_logger_,
- runner_,
- DIALOG_TYPE_REQUEST_AUTOCOMPLETE);
+ runner_);
}
TestAutofillDialogController* controller() { return controller_; }
« no previous file with comments | « chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc ('k') | components/autofill/content/browser/risk/fingerprint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698