summaryrefslogtreecommitdiffstats
path: root/android_webview/browser/aw_autofill_manager_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/browser/aw_autofill_manager_delegate.h')
-rw-r--r--android_webview/browser/aw_autofill_manager_delegate.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/android_webview/browser/aw_autofill_manager_delegate.h b/android_webview/browser/aw_autofill_manager_delegate.h
index 58f4e13..e9ec7c5 100644
--- a/android_webview/browser/aw_autofill_manager_delegate.h
+++ b/android_webview/browser/aw_autofill_manager_delegate.h
@@ -84,8 +84,12 @@ class AwAutofillManagerDelegate
const std::vector<int>& identifiers,
base::WeakPtr<autofill::AutofillPopupDelegate> delegate) OVERRIDE;
virtual void HideAutofillPopup() OVERRIDE;
- virtual void UpdateProgressBar(double value) OVERRIDE;
virtual bool IsAutocompleteEnabled() OVERRIDE;
+ virtual void AddAutocheckoutStep(autofill::AutocheckoutStepType step_type)
+ OVERRIDE;
+ virtual void UpdateAutocheckoutStep(
+ autofill::AutocheckoutStepType step_type,
+ autofill::AutocheckoutStepStatus step_status) OVERRIDE;
private:
AwAutofillManagerDelegate(content::WebContents* contents);