diff options
Diffstat (limited to 'chrome/browser/views/edit_keyword_controller.h')
-rw-r--r-- | chrome/browser/views/edit_keyword_controller.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/views/edit_keyword_controller.h b/chrome/browser/views/edit_keyword_controller.h index c7e362e..1050d99 100644 --- a/chrome/browser/views/edit_keyword_controller.h +++ b/chrome/browser/views/edit_keyword_controller.h @@ -74,6 +74,7 @@ class EditKeywordController : public ChromeViews::TextField::Controller, virtual void WindowClosing(); virtual bool Cancel(); virtual bool Accept(); + virtual ChromeViews::View* GetContentsView(); // ChromeViews::TextField::Controller overrides. Updates whether the user can // accept the dialog as well as updating image views showing whether value is @@ -142,9 +143,6 @@ class EditKeywordController : public ChromeViews::TextField::Controller, // Profile whose TemplateURLModel we're modifying. Profile* profile_; - // Container for displaying the contents. - ChromeViews::Window* window_; - // Text fields. ChromeViews::TextField* title_tf_; ChromeViews::TextField* keyword_tf_; |