| Index: chrome/browser/ui/browser_list.h
|
| diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h
|
| index 1e0192438ea2061dd327c7d86848a8e09c65a680..2d2d0269e342ca9608ebf4111fe37e3fdb5929d7 100644
|
| --- a/chrome/browser/ui/browser_list.h
|
| +++ b/chrome/browser/ui/browser_list.h
|
| @@ -141,6 +141,9 @@ class BrowserList {
|
| // message.
|
| static void CloseAllBrowsers();
|
|
|
| + // Closes all browsers for |profile|.
|
| + static void CloseAllBrowsersWithProfile(Profile* profile);
|
| +
|
| // Begins shutdown of the application when the desktop session is ending.
|
| static void SessionEnding();
|
|
|
|
|