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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_details_container.h

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/cocoa/autofill/autofill_details_container.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h b/chrome/browser/ui/cocoa/autofill/autofill_details_container.h
index 96021697d4d91e7c692bc6f51d54809233d29206..9c9083347bfdbab766d1bea726a4b20b9893fae1 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_details_container.h
@@ -14,7 +14,7 @@
namespace autofill {
-class AutofillDialogController;
+class AutofillDialogViewDelegate;
}
@class InfoBubbleView;
@@ -33,16 +33,16 @@ class AutofillDialogController;
// An info bubble to display validation errors.
base::scoped_nsobject<InfoBubbleView> infoBubble_;
- autofill::AutofillDialogController* controller_; // Not owned.
+ autofill::AutofillDialogViewDelegate* delegate_; // Not owned.
}
// Designated initializer.
-- (id)initWithController:(autofill::AutofillDialogController*)controller;
+- (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
// Retrieve the container for the specified |section|.
- (AutofillSectionContainer*)sectionForId:(autofill::DialogSection)section;
-// Called when the controller-maintained suggestions model has changed.
+// Called when the delegate-maintained suggestions model has changed.
- (void)modelChanged;
// Validate every visible details section.

Powered by Google App Engine
This is Rietveld 408576698