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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_sign_in_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_sign_in_container.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h b/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h
index cf472dca75df56d185759b630404d17fc30ce39d..b995f470ca870e697afe891779f1f54f66c4b192 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h
@@ -10,7 +10,7 @@
#include "base/memory/scoped_ptr.h"
namespace autofill {
- class AutofillDialogController;
+ class AutofillDialogViewDelegate;
}
namespace content {
@@ -21,11 +21,11 @@ namespace content {
// Controls the sign-in dialog of the AutofillDialog.
@interface AutofillSignInContainer : NSViewController {
@private
- autofill::AutofillDialogController* controller_; // Not owned.
+ autofill::AutofillDialogViewDelegate* delegate_; // Not owned.
scoped_ptr<content::WebContents> webContents_;
}
-- (id)initWithController:(autofill::AutofillDialogController*)controller;
+- (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
- (void)loadSignInPage;
- (content::NavigationController*)navigationController;

Powered by Google App Engine
This is Rietveld 408576698