Chromium Code Reviews| Index: chrome/browser/ui/browser_list.h |
| diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h |
| index 4270d45b51216304b6cd92636af8e8959ef75655..c024f0032208f82e3c4e7bf3587a2362e4c389b4 100644 |
| --- a/chrome/browser/ui/browser_list.h |
| +++ b/chrome/browser/ui/browser_list.h |
| @@ -77,6 +77,8 @@ class BrowserList { |
| // allows us to determine what the last active Browser was on each desktop. |
| static void SetLastActive(Browser* browser); |
| + static void NotifyBrowserNoLongerActive(Browser* browser); |
|
chrisha
2016/07/14 13:58:48
Comment?
gayane -on leave until 09-2017
2016/07/20 20:22:02
Done.
|
| + |
| // Closes all browsers for |profile| across all desktops. |
| // TODO(mlerman): Move the Profile Deletion flow to use the overloaded |
| // version of this method with a callback, then remove this method. |