| Index: chrome/browser/ui/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.h (revision 104769)
|
| +++ chrome/browser/ui/views/frame/browser_view.h (working copy)
|
| @@ -272,10 +272,9 @@
|
| virtual bool IsTabStripEditable() const OVERRIDE;
|
| virtual bool IsToolbarVisible() const OVERRIDE;
|
| virtual void DisableInactiveFrame() OVERRIDE;
|
| - virtual void ConfirmSetDefaultSearchProvider(
|
| - TabContents* tab_contents,
|
| - TemplateURL* template_url,
|
| - TemplateURLService* template_url_service) OVERRIDE;
|
| + virtual void ConfirmSetDefaultSearchProvider(TabContents* tab_contents,
|
| + TemplateURL* template_url,
|
| + Profile* profile) OVERRIDE;
|
| virtual void ConfirmAddSearchProvider(const TemplateURL* template_url,
|
| Profile* profile) OVERRIDE;
|
| virtual void ToggleBookmarkBar() OVERRIDE;
|
|
|