| 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 36acceb42bc4ad7bf1c7810248aa4ffca869ec47..82e4c189451db25f12e9b829d6ed0faa4cbc1dee 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -268,6 +268,11 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
|
| // Opens the given URL in a new foreground tab.
|
| virtual void OpenTabWithUrl(const GURL& url);
|
|
|
| + // Exposed for testing.
|
| + const std::map<DialogSection, bool>& section_editing_state() const {
|
| + return section_editing_state_;
|
| + }
|
| +
|
| private:
|
| // Whether or not the current request wants credit info back.
|
| bool RequestingCreditCardInfo() const;
|
|
|