| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 4be71cec34890b12d041b2ab5726d35b56afccbb..43837dd1013dc07308226ea54ae6d2868ad79aad 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -208,11 +208,6 @@ class BrowserWindow : public ui::BaseWindow {
|
| // where we take care of it ourselves at the browser level).
|
| virtual gfx::Rect GetRootWindowResizerRect() const = 0;
|
|
|
| - // Shows a confirmation dialog box for adding a search engine described by
|
| - // |template_url|. Takes ownership of |template_url|.
|
| - virtual void ConfirmAddSearchProvider(TemplateURL* template_url,
|
| - Profile* profile) = 0;
|
| -
|
| // Shows the Update Recommended dialog box.
|
| virtual void ShowUpdateChromeDialog() = 0;
|
|
|
|
|