diff options
author | stoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 14:52:13 +0000 |
---|---|---|
committer | stoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 14:52:13 +0000 |
commit | 6bdc0c05de20c550dda6bf317e18499f510759e5 (patch) | |
tree | 179ee06c6ef65d4923085dc37e34bbaea8c5e78c /chrome_frame/resources | |
parent | 5af3c573076a8f04c285d6a0c40237462375e7c5 (diff) | |
download | chromium_src-6bdc0c05de20c550dda6bf317e18499f510759e5.zip chromium_src-6bdc0c05de20c550dda6bf317e18499f510759e5.tar.gz chromium_src-6bdc0c05de20c550dda6bf317e18499f510759e5.tar.bz2 |
First step for cleaning registration code for ChromeFrame.
Create separate RGS file for registering CLSID as a BHO. Remove the code that manually did the BHO registration.
BUG=48987
Review URL: http://codereview.chromium.org/3029007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/resources')
-rw-r--r-- | chrome_frame/resources/chrome_frame_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/resources/chrome_frame_resources.grd b/chrome_frame/resources/chrome_frame_resources.grd index 97b09de..11cb3ee 100644 --- a/chrome_frame/resources/chrome_frame_resources.grd +++ b/chrome_frame/resources/chrome_frame_resources.grd @@ -25,6 +25,7 @@ for localizable strings </structure> </structures> <includes> + <include name="IDR_REGISTER_BHO" file="../register_bho.rgs" type="REGISTRY" /> <include name="IDR_BHO" file="../bho.rgs" type="REGISTRY" /> <include name="IDR_CHROMEACTIVEDOCUMENT" file="../chrome_active_document.rgs" type="REGISTRY" /> <include name="IDR_CHROMEFRAME_ACTIVEX" file="../chrome_frame_activex.rgs" type="REGISTRY" /> |