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..f9eb8a90c03f8e709734f299fa027b72528057f7 100644 |
--- a/chrome/browser/ui/ash/launcher/browser_status_monitor.h |
+++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.h |
@@ -82,6 +82,9 @@ class BrowserStatusMonitor : public aura::client::ActivationChangeObserver, |
// Update app state for |contents|. |
void UpdateAppState(content::WebContents* contents); |
+ // Update browser item status. |
Mr4D (OOO till 08-26)
2013/09/06 16:11:12
The comment is the same as the function name. What
simonhong_
2013/09/06 18:52:58
Done.
|
+ void UpdateBrowserItemStatus(); |
+ |
ChromeLauncherController* launcher_controller_; |
// Hold all observed activation clients. |