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

Unified Diff: chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.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/mock_autofill_dialog_view_delegate.h
diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
index 87b9f6ec78191d6e9a6764c630e7b8dc115c3c2e..69de771001d3ed2ab113047cfa3a0454fbf6cf4b 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
@@ -25,7 +25,7 @@ class MockAutofillDialogViewDelegate : public AutofillDialogViewDelegate {
MOCK_CONST_METHOD0(CancelButtonText, string16());
MOCK_CONST_METHOD0(ConfirmButtonText, string16());
MOCK_CONST_METHOD0(SaveLocallyText, string16());
- MOCK_CONST_METHOD0(SaveLocallyTooltip, string16());
+ MOCK_CONST_METHOD0(SaveLocallyLearnMoreText, string16());
MOCK_METHOD0(LegalDocumentsText, string16());
MOCK_CONST_METHOD0(ShouldDisableSignInLink, bool());
MOCK_CONST_METHOD0(ShouldShowSpinner, bool());
@@ -53,7 +53,7 @@ class MockAutofillDialogViewDelegate : public AutofillDialogViewDelegate {
MOCK_METHOD1(EditCancelledForSection, void(DialogSection section));
MOCK_CONST_METHOD1(IconsForFields, FieldIconMap(const FieldValueMap&));
MOCK_CONST_METHOD1(FieldControlsIcons, bool(ServerFieldType));
- MOCK_CONST_METHOD1(TooltipForField, base::string16(ServerFieldType));
+ MOCK_CONST_METHOD1(LearnMoreTextForField, base::string16(ServerFieldType));
MOCK_METHOD2(InputIsEditable, bool(const DetailInput& input,
DialogSection section));
MOCK_METHOD3(InputValidityMessage,

Powered by Google App Engine
This is Rietveld 408576698