From ea9ed97d074fa3ae84486f952eb66ea1e95ce37e Mon Sep 17 00:00:00 2001 From: "robertshield@chromium.org" Date: Tue, 5 Jan 2010 19:16:23 +0000 Subject: Some Chrome Frame cleanup: 1) Rearrange the chrome_frame.gyp file to: a) Split out most of CF into a static lib to make writing unit tests easier (not having to re-include source files). b) Remove most of the un-needed xulrunner-sdk includes. 2) Move all OBJECT_ENTRY_AUTO macros to chrome_tab.cc since they don't work without extra work when residing in a lib. 3) Rename npchrome_tab.dll to npchrome_frame.dll. BUG=none TEST=none Review URL: http://codereview.chromium.org/523040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35543 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/bho.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome_frame/bho.h') diff --git a/chrome_frame/bho.h b/chrome_frame/bho.h index d30ae49..c70097f 100644 --- a/chrome_frame/bho.h +++ b/chrome_frame/bho.h @@ -108,8 +108,5 @@ END_SINK_MAP() static _ATL_FUNC_INFO kBeforeNavigate2Info; }; -// Add Bho to class library table so IE can CoCreate it. -OBJECT_ENTRY_AUTO(CLSID_ChromeFrameBHO, Bho); - #endif // CHROME_FRAME_BHO_H_ -- cgit v1.1