| Index: chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| diff --git a/chrome/browser/ui/ash/launcher/browser_status_monitor.h b/chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| index 9c2880a24c22c8bdf8a9528ea37b5e4723690609..325a142e57d50112ce2c3407e798aa2994c423f6 100644
|
| --- a/chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| +++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.h
|
| @@ -27,6 +27,7 @@ class ActivationClient;
|
| } // namespace aura
|
|
|
| class Browser;
|
| +class BrowserShortcutLauncherItemController;
|
| class ChromeLauncherController;
|
|
|
| // BrowserStatusMonitor monitors creation/deletion of Browser and its
|
| @@ -82,6 +83,9 @@ class BrowserStatusMonitor : public aura::client::ActivationChangeObserver,
|
| // Update app state for |contents|.
|
| void UpdateAppState(content::WebContents* contents);
|
|
|
| + BrowserShortcutLauncherItemController*
|
| + GetBrowserShortcutLauncherItemController();
|
| +
|
| ChromeLauncherController* launcher_controller_;
|
|
|
| // Hold all observed activation clients.
|
|
|