diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 17:02:31 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 17:02:31 +0000 |
commit | e1109c6bb01438970e99d221cab79982ad273440 (patch) | |
tree | 2cec6904338b9d80d2ea324ee61459aca068eef4 /chrome/browser/browser.cc | |
parent | 45549f3e41d3688039cc9cfca2363186afbc1f12 (diff) | |
download | chromium_src-e1109c6bb01438970e99d221cab79982ad273440.zip chromium_src-e1109c6bb01438970e99d221cab79982ad273440.tar.gz chromium_src-e1109c6bb01438970e99d221cab79982ad273440.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r-- | chrome/browser/browser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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(). |