| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 6288a2e0a56bc2c546f707413b0d6714fac4ed0d..b28fbee03af9ec1d8fee2dde885ccf15683b4bab 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -137,12 +137,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);
|
|
|
|
|