Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h

Issue 15697010: Autofill:requestAutocomplete: Enable prompting for complete address when instrument being used does… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 cbd77ff2a7a69cdd9eba08684ce75d03c9aacf5a..a0e100ee99117021aa53f6ff9c99e5f92b6072ba 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -267,6 +267,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;

Powered by Google App Engine
This is Rietveld 408576698