diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 22:27:34 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 22:27:34 +0000 |
commit | 6104acf50ffd0e5ed1ffb4c2f29ee09a33a8b843 (patch) | |
tree | f407b3230d0b48544b0192558dc1bd27935667f2 /chrome/browser/browser.h | |
parent | 3ccbdb9370f53c006b8d677ff90776df94da79a1 (diff) | |
download | chromium_src-6104acf50ffd0e5ed1ffb4c2f29ee09a33a8b843.zip chromium_src-6104acf50ffd0e5ed1ffb4c2f29ee09a33a8b843.tar.gz chromium_src-6104acf50ffd0e5ed1ffb4c2f29ee09a33a8b843.tar.bz2 |
Remove ShowAndFit variation of Browser::Show, since the "varation" doesn't seem to actually work.
Review URL: http://codereview.chromium.org/10807
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r-- | chrome/browser/browser.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h index dcbb3b7..48d6fef 100644 --- a/chrome/browser/browser.h +++ b/chrome/browser/browser.h @@ -56,11 +56,7 @@ class Browser : public TabStripModelDelegate, // // Ideally, this function is called after everything in the window is // initialized so that we do not have to repaint again. - void Show() { ShowAndFit(false); } - - // Like Show, but the window is optionally resized and moved to be on the - // default screen. - void ShowAndFit(bool resize_to_fit); + void Show(); // Returns the Browser which contains the tab with the given // NavigationController, also filling in |index| (if valid) with the tab's |