summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_dialog.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-09 17:05:43 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-09 17:05:43 +0000
commitd73e8619de330e8fb1fef6fb89f1d38c7a25b511 (patch)
treee26c68e2bb069871dccce2296d1f3733275395aa /chrome/browser/autofill/autofill_dialog.h
parentd151a5ef5e357e7d7187fcc1aa8fbb6c31f223cb (diff)
downloadchromium_src-d73e8619de330e8fb1fef6fb89f1d38c7a25b511.zip
chromium_src-d73e8619de330e8fb1fef6fb89f1d38c7a25b511.tar.gz
chromium_src-d73e8619de330e8fb1fef6fb89f1d38c7a25b511.tar.bz2
Nukes the import parameters to ShowAutoFillDialog as they aren't used.
BUG=44620 TEST=none Review URL: http://codereview.chromium.org/2920004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51973 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_dialog.h')
-rw-r--r--chrome/browser/autofill/autofill_dialog.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/chrome/browser/autofill/autofill_dialog.h b/chrome/browser/autofill/autofill_dialog.h
index 6a08f24..5e1a530 100644
--- a/chrome/browser/autofill/autofill_dialog.h
+++ b/chrome/browser/autofill/autofill_dialog.h
@@ -37,19 +37,8 @@ class AutoFillDialogObserver {
//
// The |parent| parameter (currently only used on Windows) specifies the parent
// view in the view hierarchy. May be NULL on Mac and gtk.
-//
-// Optional parameters |imported_profile| and |imported_credit_card| may be
-// supplied. If they are supplied (non-NULL) they will be used instead of
-// the profile and credit card data retrieved from the PersonalDataManager
-// associated with the |profile|.
-//
-// The PersonalDataManager owns the contents of these vectors. The lifetime of
-// the contents is until the PersonalDataManager replaces them with new data
-// whenever the web database is updated.
void ShowAutoFillDialog(gfx::NativeView parent,
AutoFillDialogObserver* observer,
- Profile* profile,
- AutoFillProfile* imported_profile,
- CreditCard* imported_credit_card);
+ Profile* profile);
#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_DIALOG_H_