| Index: chrome/browser/autofill/autofill_dialog_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_dialog_gtk.cc (revision 46425)
|
| +++ chrome/browser/autofill/autofill_dialog_gtk.cc (working copy)
|
| @@ -1066,14 +1066,9 @@
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // Factory/finder method:
|
|
|
| -// TODO(jhawkins): Need to update implementation to match new interface for
|
| -// |imported_profile| and |imported_credit_card| parameters.
|
| -// See http://crbug.com/41010
|
| -void ShowAutoFillDialog(gfx::NativeView parent,
|
| +void ShowAutoFillDialog(gfx::NativeWindow parent,
|
| AutoFillDialogObserver* observer,
|
| - Profile* profile,
|
| - AutoFillProfile* imported_profile,
|
| - CreditCard* imported_credit_card) {
|
| + Profile* profile) {
|
| // It's possible we haven't shown the InfoBar yet, but if the user is in the
|
| // AutoFill dialog, she doesn't need to be asked to enable or disable
|
| // AutoFill.
|
|
|