diff options
Diffstat (limited to 'chrome/browser/ui/autofill/autofill_dialog_controller_impl.h')
-rw-r--r-- | chrome/browser/ui/autofill/autofill_dialog_controller_impl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h index b1295e6..60bec1d 100644 --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h @@ -268,11 +268,6 @@ 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; |