Index: chrome/browser/ui/search_engines/template_url_table_model.h |
=================================================================== |
--- chrome/browser/ui/search_engines/template_url_table_model.h (revision 128075) |
+++ chrome/browser/ui/search_engines/template_url_table_model.h (working copy) |
@@ -55,7 +55,10 @@ |
void Remove(int index); |
// Adds a new entry at the specified index. |
- void Add(int index, TemplateURL* turl); |
+ void Add(int index, |
+ const string16& short_name, |
+ const string16& keyword, |
+ const std::string& url); |
// Update the entry at the specified index. |
void ModifyTemplateURL(int index, |