Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4690)

Unified Diff: chrome/browser/ui/ash/launcher/browser_status_monitor.h

Issue 23534022: Handling browser item status in BrowserShortcutLauncherItemController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698