diff options
Diffstat (limited to 'chrome_frame/chrome_tab.cc')
-rw-r--r-- | chrome_frame/chrome_tab.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome_frame/chrome_tab.cc b/chrome_frame/chrome_tab.cc index a9423f3..8c526c4 100644 --- a/chrome_frame/chrome_tab.cc +++ b/chrome_frame/chrome_tab.cc @@ -272,12 +272,6 @@ STDAPI DllRegisterServer() { // registers object, typelib and all interfaces in typelib HRESULT hr = _AtlModule.DllRegisterServer(TRUE); -#ifdef GOOGLE_CHROME_BUILD - // Muck with the Omaha configuration so that we don't get updated by non-CF - // Google Chrome builds. - UtilUpdateOmahaConfig(true); -#endif - if (SUCCEEDED(hr)) { // Best effort attempt to register the BHO. At this point we silently // ignore any errors during registration. There are some traces emitted @@ -294,11 +288,6 @@ STDAPI DllRegisterServer() { STDAPI DllUnregisterServer() { HRESULT hr = _AtlModule.DllUnregisterServer(TRUE); -#ifdef GOOGLE_CHROME_BUILD - // Undo any prior mucking with the Omaha config. - UtilUpdateOmahaConfig(false); -#endif - if (SUCCEEDED(hr)) { // Best effort attempt to unregister the BHO. At this point we silently // ignore any errors during unregistration. There are some traces emitted |