Chromium Code Reviews| Index: components/autofill/browser/autofill_external_delegate.h |
| diff --git a/components/autofill/browser/autofill_external_delegate.h b/components/autofill/browser/autofill_external_delegate.h |
| index 1e1acef79650b6b815661f8159ad28d2f11ed757..5a2c3d7678aab040871afc19df308b7ef69089d6 100644 |
| --- a/components/autofill/browser/autofill_external_delegate.h |
| +++ b/components/autofill/browser/autofill_external_delegate.h |
| @@ -105,6 +105,9 @@ class AutofillExternalDelegate |
| const FormFieldData& form, |
| const PasswordFormFillData& fill_data); |
| + // Whether the form data should be saved. |
| + virtual bool ShouldSaveFormData(content::WebContents* web_contents); |
|
benm (inactive)
2013/06/17 17:23:17
I don't see caller in this patch?
sgurun-gerrit only
2013/06/25 02:44:32
Done.
|
| + |
| protected: |
| friend class content::WebContentsUserData<AutofillExternalDelegate>; |
| AutofillExternalDelegate(content::WebContents* web_contents, |