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

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

Issue 12016031: Add 'save details in chrome' checkbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change symbol names Created 7 years, 11 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_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;

Powered by Google App Engine
This is Rietveld 408576698