| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index d25c96b78cb36785984f640c9adebb1da5d9127a..8a224614bac5f0410817a4820c1705677f171026 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -542,9 +542,6 @@ class BrowserView : public BrowserWindow,
|
| // Exposes resize corner size to BrowserViewLayout.
|
| gfx::Size GetResizeCornerSize() const;
|
|
|
| - // Shows the about chrome modal dialog and returns the Window object.
|
| - views::Widget* DoShowAboutChromeDialog();
|
| -
|
| // Set the value of |toolbar_| and hook it into the views hierarchy
|
| void SetToolbar(ToolbarView* toolbar);
|
|
|
|
|