| 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 067e1ebcfbeaf2f818f01a122a029cbf13bc78a7..53d985be8d66fa342844955581158a742e7bcf21 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -431,11 +431,6 @@ class BrowserView : public BrowserWindow,
|
| // override to implement different layout policy.
|
| virtual views::LayoutManager* CreateLayoutManager() const;
|
|
|
| - // Factory Method.
|
| - // Returns a new ToolbarView for this browser view. A subclass may
|
| - // override to implement different layout policy.
|
| - virtual ToolbarView* CreateToolbar() const;
|
| -
|
| // Browser window related initializations.
|
| virtual void Init();
|
|
|
|
|