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

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

Issue 23534022: Handling browser item status in BrowserShortcutLauncherItemController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CreateAppAndBrowserState() 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/chrome_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 4cd78e93c4721e36a2f7c22a0915549dc710d6db..f26e21907bd30452b0a32d7a41667ae3adea4fbc 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -360,15 +360,9 @@ class ChromeLauncherController : public ash::LauncherDelegate,
// If |web_contents| has not loaded, returns "Net Tab".
string16 GetAppListTitle(content::WebContents* web_contents) const;
- // Returns true when the given |browser| is listed in the browser application
- // list.
- bool IsBrowserRepresentedInBrowserList(Browser* browser);
-
// Returns the LauncherItemController of BrowserShortcut.
- LauncherItemController* GetBrowserShortcutLauncherItemController();
-
- // Updates the activation state of the Broswer item.
- void UpdateBrowserItemStatus();
+ BrowserShortcutLauncherItemController*
+ GetBrowserShortcutLauncherItemController();
protected:
// Creates a new app shortcut item and controller on the launcher at |index|.
« no previous file with comments | « chrome/browser/ui/ash/launcher/browser_status_monitor.cc ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698