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

Unified Diff: chrome/browser/cocoa/autocomplete_text_field_editor.h

Issue 1550002: -[AutocompleteTextFieldEditor delegate] cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/cocoa/autocomplete_text_field_editor.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/autocomplete_text_field_editor.h
===================================================================
--- chrome/browser/cocoa/autocomplete_text_field_editor.h (revision 42946)
+++ chrome/browser/cocoa/autocomplete_text_field_editor.h (working copy)
@@ -7,6 +7,7 @@
#include "base/scoped_nsobject.h"
#import "chrome/browser/cocoa/url_drop_target.h"
+@class AutocompleteTextField;
class AutocompleteTextFieldObserver;
class Profile;
@@ -33,6 +34,11 @@
@property(nonatomic) Profile* profile;
+// The delegate is always an AutocompleteTextField*. Override the superclass
+// implementations to allow for proper typing.
+- (AutocompleteTextField*)delegate;
+- (void)setDelegate:(AutocompleteTextField*)delegate;
+
@end
@interface AutocompleteTextFieldEditor(PrivateTestMethods)
« no previous file with comments | « no previous file | chrome/browser/cocoa/autocomplete_text_field_editor.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698