| Index: chrome/browser/views/frame/browser_frame.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_frame.h (revision 5374)
|
| +++ chrome/browser/views/frame/browser_frame.h (working copy)
|
| @@ -56,9 +56,7 @@
|
| // Creates a BrowserFrame instance for the specified FrameType and
|
| // BrowserView.
|
| static BrowserFrame* CreateForBrowserView(FrameType type,
|
| - BrowserView* browser_view,
|
| - const gfx::Rect& bounds,
|
| - int show_command);
|
| + BrowserView* browser_view);
|
|
|
| };
|
|
|
|
|