| Index: chrome/browser/ui/app_list/search/app_result.cc
|
| diff --git a/chrome/browser/ui/app_list/search/app_result.cc b/chrome/browser/ui/app_list/search/app_result.cc
|
| index 4f628b349c6c84b23d26f4b5721f2eb5b8ca62af..e282aa8e1a263c8579c0e94ef5a88b91ec588dc5 100644
|
| --- a/chrome/browser/ui/app_list/search/app_result.cc
|
| +++ b/chrome/browser/ui/app_list/search/app_result.cc
|
| @@ -38,8 +38,12 @@ AppResult::AppResult(Profile* profile,
|
| controller_(controller),
|
| extension_registry_(NULL) {
|
| set_id(extensions::Extension::GetBaseURLFromExtensionId(app_id_).spec());
|
| +#if !defined(USE_ATHENA)
|
| + // TODO(mukai): Athena also needs to use tile-styled search results for apps.
|
| + // Implement it and then remove this ifdef.
|
| if (app_list::switches::IsExperimentalAppListEnabled())
|
| set_display_type(DISPLAY_TILE);
|
| +#endif
|
|
|
| const extensions::Extension* extension =
|
| extensions::ExtensionSystem::Get(profile_)->extension_service()
|
|
|