| 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|.
|
|
|