| Index: chrome_frame/bho_loader.cc
|
| ===================================================================
|
| --- chrome_frame/bho_loader.cc (revision 85906)
|
| +++ chrome_frame/bho_loader.cc (working copy)
|
| @@ -71,6 +71,13 @@
|
| UtilGetWebBrowserObjectFromWindow(browser_hwnd, __uuidof(browser),
|
| reinterpret_cast<void**>(&browser));
|
| if (browser) {
|
| +
|
| + if (IsSystemLevelChromeFrameInstalled()) {
|
| + // We're in the right place, but a system-level installation has
|
| + // appeared. We should leave now.
|
| + return;
|
| + }
|
| +
|
| // Figure out if we're already in the property map.
|
| wchar_t bho_clsid_as_string[MAX_PATH] = {0};
|
| StringFromGUID2(CLSID_ChromeFrameBHO, bho_clsid_as_string,
|
|
|