summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 5213b4b..07d4b9f 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -280,7 +280,9 @@ Browser::~Browser() {
select_file_dialog_->ListenerDestroyed();
}
-void Browser::ShowAndFit(bool resize_to_fit) {
+void Browser::Show() {
+ // TODO(beng): this entire function should move to BrowserWindow.
+
// Only allow one call after the browser is created.
if (initial_show_command_ < 0) {
// The frame is already visible, we're being invoked again either by the