| Index: chrome/browser/ui/app_list/chrome_app_list_item.h
|
| diff --git a/chrome/browser/ui/app_list/chrome_app_list_item.h b/chrome/browser/ui/app_list/chrome_app_list_item.h
|
| index b5fa55edcb99ae1b3a0b1e8697115721e3996c8b..1845d345180992c27ba0c991854953c9b58df111 100644
|
| --- a/chrome/browser/ui/app_list/chrome_app_list_item.h
|
| +++ b/chrome/browser/ui/app_list/chrome_app_list_item.h
|
| @@ -24,6 +24,12 @@ class ImageSkia;
|
|
|
| // Base class of all chrome app list items.
|
| class ChromeAppListItem : public app_list::AppListItem {
|
| + public:
|
| + // AppListControllerDelegate is not properly implemented in tests. Use mock
|
| + // |controller| for unit_tests.
|
| + static void OverrideAppListControllerDelegateForTesting(
|
| + AppListControllerDelegate* controller);
|
| +
|
| protected:
|
| ChromeAppListItem(Profile* profile, const std::string& app_id);
|
| ~ChromeAppListItem() override;
|
|
|