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

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

Issue 55243005: Implement learn more bubble on views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 1 month 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 26c8494b9b19d7650644afce2dc9919cbfc2484f..cddb5f6062e820f693b0b251226355ee1c6f9eaa 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -103,7 +103,7 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate,
virtual string16 CancelButtonText() const OVERRIDE;
virtual string16 ConfirmButtonText() const OVERRIDE;
virtual string16 SaveLocallyText() const OVERRIDE;
- virtual string16 SaveLocallyTooltip() const OVERRIDE;
+ virtual string16 SaveLocallyLearnMoreText() const OVERRIDE;
virtual string16 LegalDocumentsText() OVERRIDE;
virtual bool ShouldDisableSignInLink() const OVERRIDE;
virtual bool ShouldShowSpinner() const OVERRIDE;
@@ -130,7 +130,7 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate,
virtual FieldIconMap IconsForFields(const FieldValueMap& user_inputs)
const OVERRIDE;
virtual bool FieldControlsIcons(ServerFieldType type) const OVERRIDE;
- virtual string16 TooltipForField(ServerFieldType type) const OVERRIDE;
+ virtual string16 LearnMoreTextForField(ServerFieldType type) const OVERRIDE;
virtual bool InputIsEditable(const DetailInput& input, DialogSection section)
OVERRIDE;
virtual string16 InputValidityMessage(DialogSection section,

Powered by Google App Engine
This is Rietveld 408576698