| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 28bbf6f80b0b7e386a31a7697b5fa0f96d9e4e57..dcf56300f20fb43cb5716ef819065270a96c5a2d 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -217,9 +217,6 @@ class BrowserWindow : public BaseWindow {
|
| // Shows or hides the bookmark bar depending on its current visibility.
|
| virtual void ToggleBookmarkBar() = 0;
|
|
|
| - // Shows the About Chrome dialog box.
|
| - virtual void ShowAboutChromeDialog() = 0;
|
| -
|
| // Shows the Update Recommended dialog box.
|
| virtual void ShowUpdateChromeDialog() = 0;
|
|
|
|
|