Chromium Code Reviews| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
| index 40f19bfca0bcb133d98644a19797af305eaa5a78..dd2d8fec851e59e0da1f4fed8cee52da83dd8fa7 100644 |
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
| @@ -285,6 +285,9 @@ class AutofillDialogControllerImpl : public AutofillDialogController, |
| // Whether the billing section should be used to fill in the shipping details. |
| bool UseBillingForShipping(); |
| + // Whether the user wishes to save information locally to Autofill. |
| + bool SaveDetailsLocally(); |
|
Evan Stade
2013/03/14 02:39:38
perhaps both this one and UseBililngForShipping sh
Dan Beam
2013/03/14 04:31:51
Done.
|
| + |
| // Start the submit proccess to interact with Online Wallet (might do various |
| // things like accept documents, save details, update details, respond to |
| // required actions, etc.). |