Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: chrome/browser/ui/browser.h

Issue 6881073: Cleanup popup related browser navigation code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and merge with avi's popup block changes. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698