| 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 d022c2ef341f5e5c2f76ddf230ec3de928629991..027344c7a514461194a8ebd12b700302ddfb1045 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -167,6 +167,7 @@ class ChromeLauncherController
|
| std::string GetAppID(TabContents* tab);
|
|
|
| ash::LauncherID GetLauncherIDForAppID(const std::string& app_id);
|
| + std::string GetAppIDForLauncherID(ash::LauncherID id);
|
|
|
| // Sets the image for an app tab. This is intended to be invoked from the
|
| // AppIconLoader.
|
|
|