| 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 2a9448671da4d74eb679a6669fa4e2941302670e..8dc043abfd22b6a4f007ed779ea0e4895348132e 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -282,6 +282,9 @@ class ChromeLauncherController
|
| friend class BrowserLauncherItemControllerTest;
|
| friend class LauncherPlatformAppBrowserTest;
|
| friend class LauncherAppBrowserTest;
|
| + // TODO(skuhne): Remove these when the old launcher get removed.
|
| + friend class LauncherPlatformPerAppAppBrowserTest;
|
| + friend class LauncherPerAppAppBrowserTest;
|
|
|
| // Creates a new app shortcut item and controller on the launcher at |index|.
|
| // Use kInsertItemAtEnd to add a shortcut as the last item.
|
|
|