From e1109c6bb01438970e99d221cab79982ad273440 Mon Sep 17 00:00:00 2001 From: "beng@google.com" Date: Tue, 5 Aug 2008 17:02:31 +0000 Subject: Grab bag of random cleanups, implementation of some more methods, etc. I'm going to become more methodical about this soon, I promise. B=1031854 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@377 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/browser.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/browser.cc') diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc index 47299ce..b3de4f6 100644 --- a/chrome/browser/browser.cc +++ b/chrome/browser/browser.cc @@ -1639,6 +1639,7 @@ void Browser::BuildPopupWindow(TabContents* source, browser->AddNewContents(source, new_contents, NEW_FOREGROUND_TAB, gfx::Rect(), true); + // TODO(beng): (1031854) Move most of this to the frames!! // For newly opened popup windows, the incoming width/height // numbers are for the content area, but x/y are for the actual // window position. Thus we can't just call MoveContents(). -- cgit v1.1