| Index: chrome/browser/ui/browser_list.h
|
| diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h
|
| index 19ffaba1b1a12823e86f80566639b3f59965c185..8241196dc2c87d2033483a8b9f355cdb13799aaa 100644
|
| --- a/chrome/browser/ui/browser_list.h
|
| +++ b/chrome/browser/ui/browser_list.h
|
| @@ -69,6 +69,10 @@ class BrowserList {
|
| static void AddObserver(chrome::BrowserListObserver* observer);
|
| static void RemoveObserver(chrome::BrowserListObserver* observer);
|
|
|
| + // Moves all the browsers that show on workspace |new_workspace| to the end of
|
| + // the browser list (i.e. the browsers that were "activated" most recently).
|
| + static void MoveBrowsersInWorkspaceToFront(const std::string& new_workspace);
|
| +
|
| // Called by Browser objects when their window is activated (focused). This
|
| // allows us to determine what the last active Browser was on each desktop.
|
| static void SetLastActive(Browser* browser);
|
|
|