blob: 9c8fe460821140643af0bdb0875227be8e48b51e [file] [log] [blame]
// Copyright (c) 2011 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/ui/browser_list.h"
#include "views/widget/widget.h"
// static
void BrowserList::AllBrowsersClosedAndAppExiting() {
views::Widget::CloseAllSecondaryWidgets();
}