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

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

Issue 21692002: Rename AutofillDialogController to AutofillDialogViewDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 4 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.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
index 1f6f85ce895e7b7545c43c1c1030c362e40dea00..354dca518fb1f8250083147f381c754a6a06339a 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
@@ -301,7 +301,7 @@ bool IsInstrumentAllowed(
// Signals that the user has opted in to geolocation services. Factored out
// into a separate method because all interaction with the geolocation provider
// needs to happen on the IO thread, which is not the thread
-// AutofillDialogController lives on.
+// AutofillDialogViewDelegate lives on.
void UserDidOptIntoLocationServices() {
content::GeolocationProvider::GetInstance()->UserDidOptIntoLocationServices();
}
@@ -448,7 +448,7 @@ gfx::Image GetGeneratedCardImage(const string16& card_number) {
} // namespace
-AutofillDialogController::~AutofillDialogController() {}
+AutofillDialogViewDelegate::~AutofillDialogViewDelegate() {}
AutofillDialogControllerImpl::~AutofillDialogControllerImpl() {
if (popup_controller_)
@@ -719,7 +719,7 @@ std::vector<DialogAutocheckoutStep>
}
////////////////////////////////////////////////////////////////////////////////
-// AutofillDialogController implementation.
+// AutofillDialogViewDelegate implementation.
string16 AutofillDialogControllerImpl::DialogTitle() const {
return l10n_util::GetStringUTF16(IDS_AUTOFILL_DIALOG_TITLE);
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.h ('k') | chrome/browser/ui/autofill/autofill_dialog_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698