| Index: chrome/browser/ui/browser.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser.cc (revision 104769)
|
| +++ chrome/browser/ui/browser.cc (working copy)
|
| @@ -3919,12 +3919,11 @@
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // Browser, SearchEngineTabHelperDelegate implementation:
|
|
|
| -void Browser::ConfirmSetDefaultSearchProvider(
|
| - TabContents* tab_contents,
|
| - TemplateURL* template_url,
|
| - TemplateURLService* template_url_service) {
|
| +void Browser::ConfirmSetDefaultSearchProvider(TabContents* tab_contents,
|
| + TemplateURL* template_url,
|
| + Profile* profile) {
|
| window()->ConfirmSetDefaultSearchProvider(tab_contents, template_url,
|
| - template_url_service);
|
| + profile);
|
| }
|
|
|
| void Browser::ConfirmAddSearchProvider(const TemplateURL* template_url,
|
|
|