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

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

Issue 12084107: Revert 180111, it was not the cause, says isherman@. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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_controller_impl.h
===================================================================
--- chrome/browser/ui/autofill/autofill_dialog_controller_impl.h (revision 180113)
+++ chrome/browser/ui/autofill/autofill_dialog_controller_impl.h (working copy)
@@ -69,6 +69,7 @@
virtual string16 SaveLocallyText() const OVERRIDE;
virtual string16 CancelSignInText() const OVERRIDE;
virtual string16 ProgressBarText() const OVERRIDE;
+ virtual DialogSignedInState SignedInState() const OVERRIDE;
virtual const DetailInputs& RequestedFieldsForSection(DialogSection section)
const OVERRIDE;
virtual ui::ComboboxModel* ComboboxModelForAutofillType(
@@ -150,6 +151,9 @@
// to the requesting site.
bool TransmissionWillBeSecure() const;
+ // Convenience method to tell whether we need to address |action|.
+ bool HasRequiredAction(wallet::RequiredAction action) const;
+
// Initializes |suggested_email_| et al.
void GenerateSuggestionsModels();
@@ -197,10 +201,6 @@
// Like RequestedFieldsForSection, but returns a pointer.
DetailInputs* MutableRequestedFieldsForSection(DialogSection section);
- // Turns a required action into a notification.
- DialogNotification RequiredActionNotification(
- const std::vector<wallet::RequiredAction>& required_actions) const;
-
// Hides |popup_controller_|'s popup view, if it exists.
void HidePopup();
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller.h ('k') | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698