| Index: chrome/browser/extensions/extensions_service.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extensions_service.h (revision 11270)
|
| +++ chrome/browser/extensions/extensions_service.h (working copy)
|
| @@ -63,10 +63,6 @@
|
| // Initialize and start all installed extensions.
|
| bool Init();
|
|
|
| - // Start the extension process for this extension. TODO(mpcomplete): not sure
|
| - // how this should actually work yet.
|
| - void LaunchExtensionProcess(Extension* extension);
|
| -
|
| // ExtensionsServiceFrontendInterface
|
| virtual MessageLoop* GetMessageLoop();
|
| virtual void InstallExtension(const FilePath& extension_path);
|
|
|