summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_list_win.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 18:40:33 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 18:40:33 +0000
commite06131db8c610bca50a025fc876755d0aa42e53c (patch)
tree994dfa08f6b8cd766532306e875585da934cf05f /chrome/browser/browser_list_win.cc
parentef122393f32e86fb5312d373136d99de62274bf8 (diff)
downloadchromium_src-e06131db8c610bca50a025fc876755d0aa42e53c.zip
chromium_src-e06131db8c610bca50a025fc876755d0aa42e53c.tar.gz
chromium_src-e06131db8c610bca50a025fc876755d0aa42e53c.tar.bz2
Remove the temporary scaffolding stubs.
They have served they purpose well, but now it's time to retire. It's one of the things that draggen in the bad dependency of chrome/common on chrome/browser, and is sufficiently small now to stub things out individually. TEST=none BUG=none Review URL: http://codereview.chromium.org/593037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_list_win.cc')
-rw-r--r--chrome/browser/browser_list_win.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/browser/browser_list_win.cc b/chrome/browser/browser_list_win.cc
new file mode 100644
index 0000000..a66ddec
--- /dev/null
+++ b/chrome/browser/browser_list_win.cc
@@ -0,0 +1,12 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/browser_list.h"
+
+#include "views/window/window.h"
+
+// static
+void BrowserList::AllBrowsersClosed() {
+ views::Window::CloseAllSecondaryWindows();
+}