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

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: 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..357a3207f05ad2b5b23df3ccd081b87cb27941e7 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) {

Powered by Google App Engine
This is Rietveld 408576698