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 50840b443538aadcd43323260c55fbda8cfa2ee1..64098c3e331da93ed16f306fe29d74bba77dae0b 100644 |
--- a/chrome/browser/ui/ash/launcher/browser_status_monitor.h |
+++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.h |
@@ -79,8 +79,12 @@ class BrowserStatusMonitor : public aura::client::ActivationChangeObserver, |
private: |
typedef std::map<Browser*, std::string> BrowserToAppIDMap; |
- // Update app state for |contents|. |
- void UpdateAppState(content::WebContents* contents); |
+ // Update app state for |contents| and browser state. |
+ void UpdateAppAndBrowserState(content::WebContents* contents); |
+ |
+ // A shortcut to call the BrowserShortcutLauncherItemController's |
+ // UpdateBrowserItemState(). |
+ void UpdateBrowserItemState(); |
ChromeLauncherController* launcher_controller_; |