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

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

Issue 12091104: Tentatively revert 180083 (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 180110)
+++ chrome/browser/ui/autofill/autofill_dialog_controller_impl.h (working copy)
@@ -69,7 +69,6 @@
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(
@@ -151,9 +150,6 @@
// 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();
@@ -201,6 +197,10 @@
// 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