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(); |