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

Unified Diff: chrome/browser/ui/views/edit_search_engine_dialog.h

Issue 138363004: Views Textfield fixes and cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the unused controller accessor. Created 6 years, 11 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/views/edit_search_engine_dialog.h
diff --git a/chrome/browser/ui/views/edit_search_engine_dialog.h b/chrome/browser/ui/views/edit_search_engine_dialog.h
index 97235d686156d600d0860d8c01a658da6a0251ce..a76e22ba7c61619db3ba69a2a32bc5e5940b49e7 100644
--- a/chrome/browser/ui/views/edit_search_engine_dialog.h
+++ b/chrome/browser/ui/views/edit_search_engine_dialog.h
@@ -58,9 +58,8 @@ class EditSearchEngineDialog : public views::TextfieldController,
// Create a Label containing the text with the specified message id.
views::Label* CreateLabel(int message_id);
- // Creates a text field with the specified text. If |lowercase| is true, the
- // Textfield is configured to map all input to lower case.
- views::Textfield* CreateTextfield(const base::string16& text, bool lowercase);
+ // Creates a text field with the specified text.
+ views::Textfield* CreateTextfield(const base::string16& text);
// Invokes UpdateImageView for each of the images views.
void UpdateImageViews();

Powered by Google App Engine
This is Rietveld 408576698