summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.h
diff options
context:
space:
mode:
authormpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 19:15:08 +0000
committermpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 19:15:08 +0000
commit4a8d3279cc9f2149c90d36550a55d01a264ba0a3 (patch)
tree10686a040d5bbb5af5dc4686564ceec0189fee22 /chrome/browser/extensions/extensions_service.h
parenta724b6ad91affee34adc5c3ab25b05536bb51f6d (diff)
downloadchromium_src-4a8d3279cc9f2149c90d36550a55d01a264ba0a3.zip
chromium_src-4a8d3279cc9f2149c90d36550a55d01a264ba0a3.tar.gz
chromium_src-4a8d3279cc9f2149c90d36550a55d01a264ba0a3.tar.bz2
Unrevert 11294.
- include stub fix so that linux/mac still build. - fix DCHECK in views code. - fix unit test. Review URL: http://codereview.chromium.org/41020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extensions_service.h')
-rw-r--r--chrome/browser/extensions/extensions_service.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
index 56e0afa..5c08685 100644
--- a/chrome/browser/extensions/extensions_service.h
+++ b/chrome/browser/extensions/extensions_service.h
@@ -63,10 +63,6 @@ class ExtensionsService : public ExtensionsServiceFrontendInterface {
// 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);