| Index: chrome/browser/extensions/extension_service.cc
|
| diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
|
| index 97579754954a4652f71ee5ce2b094df91c8a3368..2af5075d151db0a41ac28b4b5b92048a18d6fcb2 100644
|
| --- a/chrome/browser/extensions/extension_service.cc
|
| +++ b/chrome/browser/extensions/extension_service.cc
|
| @@ -89,6 +89,7 @@
|
| #include "chrome/common/extensions/feature_switch.h"
|
| #include "chrome/common/extensions/features/feature.h"
|
| #include "chrome/common/extensions/manifest.h"
|
| +#include "chrome/common/extensions/manifest_url_handler.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/browser_thread.h"
|
| @@ -2344,7 +2345,8 @@ void ExtensionService::OnExtensionInstalled(
|
|
|
| LOG(WARNING) << "ShouldAllowInstall() returned false for "
|
| << id << " of type " << extension->GetType()
|
| - << " and update URL " << extension->update_url().spec()
|
| + << " and update URL "
|
| + << extensions::ManifestURL::GetUpdateURL(extension).spec()
|
| << "; not installing";
|
|
|
| content::NotificationService::current()->Notify(
|
|
|