From 45904e20797f8cd28a776ed0e40ba94dc4eef97e Mon Sep 17 00:00:00 2001 From: "mpcomplete@google.com" Date: Thu, 9 Apr 2009 19:33:20 +0000 Subject: Introducing ExtensionProcessManager. This manages the ExtensionViews to ensure there is only 1 process per extension. I also changed ExtensionMessageService from singleton to one instance per Profile. This means messages can only be passed to extensions and scripts within the same profile. Review URL: http://codereview.chromium.org/62132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13447 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/temp_scaffolding_stubs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/temp_scaffolding_stubs.h') diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index d5359a9..f73eb3f 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -539,7 +539,7 @@ class BaseDragSource { class HWNDHtmlView { public: HWNDHtmlView(const GURL& content_url, RenderViewHostDelegate* delegate, - bool allow_dom_ui_bindings) { + bool allow_dom_ui_bindings, SiteInstance* instance) { NOTIMPLEMENTED(); } virtual ~HWNDHtmlView() {} -- cgit v1.1