| Index: chrome/browser/chromeos/login/help_app_launcher.cc
|
| diff --git a/chrome/browser/chromeos/login/help_app_launcher.cc b/chrome/browser/chromeos/login/help_app_launcher.cc
|
| index b3c95a7bdf6bbbfa10442f4b2e298e82224a2a12..5675b0bb1463f808aa17f73dbc919f83bb835272 100644
|
| --- a/chrome/browser/chromeos/login/help_app_launcher.cc
|
| +++ b/chrome/browser/chromeos/login/help_app_launcher.cc
|
| @@ -46,7 +46,7 @@ void HelpAppLauncher::ShowHelpTopic(HelpTopic help_topic_id) {
|
| static_cast<int>(help_topic_id)));
|
| // HelpApp component extension presents only in official builds so we can
|
| // show help only when the extensions is installed.
|
| - if (service->GetExtensionByURL(url))
|
| + if (service->extensions()->GetByURL(ExtensionURLInfo(url)))
|
| ShowHelpTopicDialog(GURL(url));
|
| }
|
|
|
|
|