| Index: chrome/browser/extensions/extension_service.cc
|
| diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
|
| index 3f1b472ec565e28a5be339c53da29f07da63ae60..ec96a31ae03e1144147a7ca5a67f1b0a16f12783 100644
|
| --- a/chrome/browser/extensions/extension_service.cc
|
| +++ b/chrome/browser/extensions/extension_service.cc
|
| @@ -1008,7 +1008,7 @@ void ExtensionService::NotifyExtensionLoaded(const Extension* extension) {
|
| // TODO(kalman): Convert ExtensionSpecialStoragePolicy to a
|
| // BrowserContextKeyedService and use ExtensionRegistryObserver.
|
| profile_->GetExtensionSpecialStoragePolicy()->
|
| - GrantRightsForExtension(extension);
|
| + GrantRightsForExtension(extension, profile_);
|
|
|
| // TODO(kalman): This is broken. The crash reporter is process-wide so doesn't
|
| // work properly multi-profile. Besides which, it should be using
|
|
|