| Index: chrome/browser/extensions/extension_system.cc
|
| diff --git a/chrome/browser/extensions/extension_system.cc b/chrome/browser/extensions/extension_system.cc
|
| index 6e4da65a31d2d3a37cb081bd8e9944d470b7a1a2..c72ad6409ae089b2e77d060cfb9d3af506ec937b 100644
|
| --- a/chrome/browser/extensions/extension_system.cc
|
| +++ b/chrome/browser/extensions/extension_system.cc
|
| @@ -46,6 +46,11 @@ ExtensionSystem::ExtensionSystem() {
|
| ExtensionSystem::~ExtensionSystem() {
|
| }
|
|
|
| +// static
|
| +ExtensionSystem* ExtensionSystem::Get(Profile* profile) {
|
| + return ExtensionSystemFactory::GetForProfile(profile);
|
| +}
|
| +
|
| //
|
| // ExtensionSystemImpl::Shared
|
| //
|
|
|