| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| index b9b0a4f2716fc3650fea762db835c48e4bfba401..a0465fa4e3b2f6a3ddc8980706416f3526f4ba96 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| @@ -128,6 +128,7 @@ class ChromeLauncherControllerImpl
|
| void OnUserProfileReadyToSwitch(Profile* profile) override;
|
| ArcAppDeferredLauncherController* GetArcDeferredLauncher() override;
|
| const std::string& GetLaunchIDForShelfID(ash::ShelfID id) override;
|
| + const std::string& GetTitleForShelfID(ash::ShelfID id) override;
|
| void AttachProfile(Profile* profile_to_attach) override;
|
|
|
| // Access to the BrowserStatusMonitor for tests.
|
| @@ -165,6 +166,7 @@ class ChromeLauncherControllerImpl
|
| // Use kInsertItemAtEnd to add a shortcut as the last item.
|
| ash::ShelfID CreateAppShortcutLauncherItem(
|
| const ash::launcher::AppLauncherId& app_launcher_id,
|
| + const std::string& title,
|
| int index);
|
|
|
| const std::string& GetAppIdFromShelfIdForTest(ash::ShelfID id);
|
| @@ -188,6 +190,7 @@ class ChromeLauncherControllerImpl
|
| // Use kInsertItemAtEnd to add a shortcut as the last item.
|
| ash::ShelfID CreateAppShortcutLauncherItemWithType(
|
| const ash::launcher::AppLauncherId& app_launcher_id,
|
| + const std::string& title,
|
| int index,
|
| ash::ShelfItemType shelf_item_type);
|
|
|
|
|