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

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: Fix Popup tests for ChromeOS. 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 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);

Powered by Google App Engine
This is Rietveld 408576698