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

Unified Diff: chrome/browser/views/options/general_page_view.h

Issue 115825: Move text_field.cc and rename the class to Textfield in preparation for porti... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « chrome/browser/views/options/fonts_page_view.cc ('k') | chrome/browser/views/options/general_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/options/general_page_view.h
===================================================================
--- chrome/browser/views/options/general_page_view.h (revision 17006)
+++ chrome/browser/views/options/general_page_view.h (working copy)
@@ -20,7 +20,7 @@
class RadioButton;
class TableModel;
class TableView;
-class TextField;
+class Textfield;
}
class CustomHomePagesTableModel;
class OptionsGroupView;
@@ -32,7 +32,7 @@
class GeneralPageView : public OptionsPageView,
public views::ComboBox::Listener,
public views::ButtonListener,
- public views::TextField::Controller,
+ public views::Textfield::Controller,
public ShelfItemDialogDelegate,
public views::TableViewObserver {
public:
@@ -48,11 +48,11 @@
int prev_index,
int new_index);
- // views::TextField::Controller implementation:
- virtual void ContentsChanged(views::TextField* sender,
+ // views::Textfield::Controller implementation:
+ virtual void ContentsChanged(views::Textfield* sender,
const std::wstring& new_contents);
- virtual bool HandleKeystroke(views::TextField* sender,
- const views::TextField::Keystroke& key);
+ virtual bool HandleKeystroke(views::Textfield* sender,
+ const views::Textfield::Keystroke& key);
// OptionsPageView implementation:
virtual void InitControlLayout();
@@ -132,7 +132,7 @@
OptionsGroupView* homepage_group_;
views::RadioButton* homepage_use_newtab_radio_;
views::RadioButton* homepage_use_url_radio_;
- views::TextField* homepage_use_url_textfield_;
+ views::Textfield* homepage_use_url_textfield_;
views::Checkbox* homepage_show_home_button_checkbox_;
BooleanPrefMember new_tab_page_is_home_page_;
StringPrefMember homepage_;
« no previous file with comments | « chrome/browser/views/options/fonts_page_view.cc ('k') | chrome/browser/views/options/general_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698