Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1979)

Unified Diff: chrome/browser/ui/browser_window.h

Issue 10409022: Move application lifetime functionality off BrowserList. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/browser_list_win.cc ('k') | chrome/browser/ui/cocoa/restart_browser.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_window.h
===================================================================
--- chrome/browser/ui/browser_window.h (revision 137868)
+++ chrome/browser/ui/browser_window.h (working copy)
@@ -7,6 +7,7 @@
#pragma once
#include "base/callback_forward.h"
+#include "chrome/browser/lifetime/application_lifetime.h"
#include "chrome/browser/ui/base_window.h"
#include "chrome/browser/ui/bookmarks/bookmark_bar.h"
#include "chrome/browser/ui/fullscreen_exit_bubble_type.h"
@@ -359,7 +360,7 @@
virtual void ShowPasswordGenerationBubble(const gfx::Rect& rect) {}
protected:
- friend class BrowserList;
+ friend void browser::CloseAllBrowsers();
friend class BrowserView;
virtual void DestroyBrowser() = 0;
};
« no previous file with comments | « chrome/browser/ui/browser_list_win.cc ('k') | chrome/browser/ui/cocoa/restart_browser.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698