| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index dbea23e2fefa0f1b6a032e134c0b1d099691b636..fb36f5c8a04f61d7ff680524a5f119479d0f1ab8 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -135,12 +135,6 @@ class Browser : public TabHandlerDelegate,
|
| // window is created by this function call.
|
| static Browser* Create(Profile* profile);
|
|
|
| - // Like Create, but creates a browser of the specified (popup) type, with the
|
| - // specified contents, in a popup window of the specified size/position.
|
| - static Browser* CreateForPopup(Type type, Profile* profile,
|
| - TabContents* new_contents,
|
| - const gfx::Rect& initial_bounds);
|
| -
|
| // Like Create, but creates a browser of the specified type.
|
| static Browser* CreateForType(Type type, Profile* profile);
|
|
|
|
|