| 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 64aefaa270f2e3ad726993387d60c725419e94c0..17db98e3f6c288da632097aceae1f436a2db4cfd 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -254,6 +254,9 @@ class ChromeLauncherController : public ash::mojom::ShelfObserver,
|
| // Get the launch ID for a given shelf ID.
|
| virtual const std::string& GetLaunchIDForShelfID(ash::ShelfID id) = 0;
|
|
|
| + // Get the title for a given shelf ID.
|
| + virtual const std::string& GetTitleForShelfID(ash::ShelfID id) = 0;
|
| +
|
| AppIconLoader* GetAppIconLoaderForApp(const std::string& app_id);
|
|
|
| // Sets the shelf auto-hide and/or alignment behavior from prefs.
|
|
|