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

Unified Diff: chrome/browser/ui/search_engines/template_url_table_model.h

Issue 9811022: Misc. small cleanups to minimize TemplateURL refactoring diffs: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/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,

Powered by Google App Engine
This is Rietveld 408576698