From e06131db8c610bca50a025fc876755d0aa42e53c Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Wed, 10 Feb 2010 18:40:33 +0000 Subject: 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 --- chrome/browser/browser_list_win.cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 chrome/browser/browser_list_win.cc (limited to 'chrome/browser/browser_list_win.cc') 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(); +} -- cgit v1.1