| Index: chrome/browser/ui/autofill/autofill_dialog_view.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| index 22c6cf05139dd189b85905f1319b1a5b7e89ae59..2738d022b17b15824ed9711c1e14c9618b1013ef 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| @@ -34,6 +34,9 @@ class AutofillDialogView {
|
| // Returns the state of the "use billing address for shipping" checkbox.
|
| virtual bool UseBillingForShipping() = 0;
|
|
|
| + // Returns true if new or edited autofill details should be saved.
|
| + virtual bool SaveDetailsLocally() = 0;
|
| +
|
| // Triggers dialog to sign in to Google.
|
| // Returns a NotificationSource to be used to monitor for sign-in completion.
|
| virtual const content::NavigationController& ShowSignIn() = 0;
|
|
|