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

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

Issue 15871004: Handle failed signin when setting kAutofillDialogPayWithoutWallet pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better comment 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 4fc2f857f15e53ceedf5144da853d78ef01b701c..c9396eeacc63b7d1353e2f71d64170b7a5b63f59 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -279,6 +279,9 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
return section_editing_state_;
}
+ // Should be called on the Wallet sign-in error.
+ virtual void OnWalletSigninError();
+
private:
// Whether or not the current request wants credit info back.
bool RequestingCreditCardInfo() const;
@@ -306,9 +309,6 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
// Refreshes the model on Wallet or sign-in state update.
void OnWalletOrSigninUpdate();
- // Should be called on the Wallet sign-in error.
- void OnWalletSigninError();
-
// Calculates |legal_documents_text_| and |legal_document_link_ranges_| if
// they have not already been calculated.
void EnsureLegalDocumentsText();

Powered by Google App Engine
This is Rietveld 408576698