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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_account_chooser.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_account_chooser.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h b/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h
index 67d2bff13e1f373e054b5d4292787e5d442a92b7..42f2cd9b35717adcb646d9bb99dcf0624f0ebfa1 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h
@@ -10,7 +10,7 @@
#include "base/mac/scoped_nsobject.h"
namespace autofill {
- class AutofillDialogController;
+ class AutofillDialogViewDelegate;
}
@class MenuButton;
@@ -20,11 +20,11 @@ namespace autofill {
base::scoped_nsobject<NSButton> link_;
base::scoped_nsobject<MenuButton> popup_;
base::scoped_nsobject<NSImageView> icon_;
- autofill::AutofillDialogController* controller_; // weak.
+ autofill::AutofillDialogViewDelegate* delegate_; // weak.
}
- (id)initWithFrame:(NSRect)frame
- controller:(autofill::AutofillDialogController*)controller;
+ delegate:(autofill::AutofillDialogViewDelegate*)delegate;
- (void)update;
@end

Powered by Google App Engine
This is Rietveld 408576698