| Index: android_webview/native/aw_autofill_manager_delegate.h
|
| diff --git a/android_webview/native/aw_autofill_manager_delegate.h b/android_webview/native/aw_autofill_manager_delegate.h
|
| index 4d9299cec56b7bb6d64a9498a39086d235661eaf..f325f958d028f31871fa7b30f25897bc31b8e450 100644
|
| --- a/android_webview/native/aw_autofill_manager_delegate.h
|
| +++ b/android_webview/native/aw_autofill_manager_delegate.h
|
| @@ -68,7 +68,6 @@ class AwAutofillManagerDelegate
|
| virtual void ShowRequestAutocompleteDialog(
|
| const autofill::FormData& form,
|
| const GURL& source_url,
|
| - autofill::DialogType dialog_type,
|
| const base::Callback<void(const autofill::FormStructure*,
|
| const std::string&)>& callback) OVERRIDE;
|
| virtual void ShowAutofillPopup(
|
|
|