| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h
|
| index 2b7830b0c7f3f905bb9355372693e76fde38a87b..0bca6b2468b7aa0a7553fd7db9dd69fb3dbe5725 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h
|
| @@ -307,6 +307,13 @@ class ChromeLauncherControllerPerApp : public ash::LauncherModelObserver,
|
| private:
|
| friend class ChromeLauncherControllerPerAppTest;
|
|
|
| + // Updates the activation state of the Broswer item.
|
| + void UpdateBrowserItemStatus();
|
| +
|
| + // Checks if there is at least one browser which is not in progress of
|
| + // shutting down.
|
| + bool BrowserIsRunning();
|
| +
|
| typedef std::map<ash::LauncherID, LauncherItemController*>
|
| IDToItemControllerMap;
|
| typedef std::list<content::WebContents*> WebContentsList;
|
|
|