| Index: chrome/browser/ui/app_list/search/app_search_provider.cc
|
| diff --git a/chrome/browser/ui/app_list/search/app_search_provider.cc b/chrome/browser/ui/app_list/search/app_search_provider.cc
|
| index cf9a73c7cba50862a3d5a936bc12cc8c18ed9d4f..892f750a27068c93ef30339b2cbcfd2f19c0a221 100644
|
| --- a/chrome/browser/ui/app_list/search/app_search_provider.cc
|
| +++ b/chrome/browser/ui/app_list/search/app_search_provider.cc
|
| @@ -256,7 +256,7 @@ AppSearchProvider::AppSearchProvider(Profile* profile,
|
| data_sources_.push_back(
|
| std::unique_ptr<DataSource>(new ExtensionDataSource(profile, this)));
|
| #if defined(OS_CHROMEOS)
|
| - if (arc::ArcAuthService::IsAllowedForProfile(profile)) {
|
| + if (arc::ArcSessionManager::IsAllowedForProfile(profile)) {
|
| data_sources_.push_back(
|
| std::unique_ptr<DataSource>(new ArcDataSource(profile, this)));
|
| }
|
|
|