| Index: components/autofill/core/browser/autofill_manager_delegate.h
|
| diff --git a/components/autofill/core/browser/autofill_manager_delegate.h b/components/autofill/core/browser/autofill_manager_delegate.h
|
| index 91474e781459d858207084630bdeb2c55c8dfb2e..ceabc11e8d31657d1a05420f5387258d54f48ea3 100644
|
| --- a/components/autofill/core/browser/autofill_manager_delegate.h
|
| +++ b/components/autofill/core/browser/autofill_manager_delegate.h
|
| @@ -35,14 +35,6 @@ class PasswordGenerator;
|
| class PersonalDataManager;
|
| struct FormData;
|
|
|
| -// TODO(ramankk): Simplify dialog type when removing autocheckout.
|
| -enum DialogType {
|
| - // Autofill dialog for the Autocheckout feature.
|
| - DIALOG_TYPE_AUTOCHECKOUT,
|
| - // Autofill dialog for the requestAutocomplete feature.
|
| - DIALOG_TYPE_REQUEST_AUTOCOMPLETE,
|
| -};
|
| -
|
| // A delegate interface that needs to be supplied to AutofillManager
|
| // by the embedder.
|
| //
|
| @@ -78,7 +70,6 @@ class AutofillManagerDelegate {
|
| virtual void ShowRequestAutocompleteDialog(
|
| const FormData& form,
|
| const GURL& source_url,
|
| - DialogType dialog_type,
|
| const base::Callback<void(const FormStructure*,
|
| const std::string&)>& callback) = 0;
|
|
|
|
|