summaryrefslogtreecommitdiffstats
path: root/chrome_frame/bho_loader.cc
Commit message (Collapse)AuthorAgeFilesLines
* Prevent double loading of the Chrome Frame BHO when using the user-level ↵robertshield@chromium.org2010-09-071-26/+34
| | | | | | | | | | | injection technique. BUG=53127 TEST=With two chrome_frame_helper.exe processes running, only a single BHO instance is created and SetSite is only called on the BHO once. Review URL: http://codereview.chromium.org/3338011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58723 0039d316-1c4b-4281-b951-d872f2087c98
* Add a helper process to Chrome Frame to allow for non-administrative ↵robertshield@chromium.org2010-08-301-0/+93
installs. The helper process registers a hook dll that performs the necessary BHO injection instead of registering it in HKLM. BUG=53127 TEST=Non-admin CF installs work. Review URL: http://codereview.chromium.org/3158036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57860 0039d316-1c4b-4281-b951-d872f2087c98