| 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 4672da8f694a462878b62be30f21ac281cd4ab0f..c0aaa082002faf305dcfd0642582ab84b31cd005 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -163,6 +163,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.
|
|
|