| Index: chrome/browser/search_engines/template_url_service.h
|
| ===================================================================
|
| --- chrome/browser/search_engines/template_url_service.h (revision 132909)
|
| +++ chrome/browser/search_engines/template_url_service.h (working copy)
|
| @@ -143,6 +143,7 @@
|
|
|
| // Like Add(), but overwrites the |template_url|'s values with the provided
|
| // ones.
|
| + void AddAndSetProfile(TemplateURL* template_url, Profile* profile);
|
| void AddWithOverrides(const TemplateURL* template_url,
|
| const string16& short_name,
|
| const string16& keyword,
|
| @@ -306,6 +307,7 @@
|
| // data is bad for some reason, an ACTION_DELETE change is added and the
|
| // function returns NULL.
|
| static TemplateURL* CreateTemplateURLFromTemplateURLAndSyncData(
|
| + Profile* profile,
|
| const TemplateURL* existing_turl,
|
| const SyncData& sync_data,
|
| SyncChangeList* change_list);
|
|
|