Chromium Code Reviews| Index: chrome/browser/ui/browser_list.h |
| =================================================================== |
| --- chrome/browser/ui/browser_list.h (revision 91776) |
| +++ chrome/browser/ui/browser_list.h (working copy) |
| @@ -141,6 +141,9 @@ |
| // 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(); |