| Index: chrome_frame/chrome_frame_activex_base.h
|
| diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h
|
| index fad72907d9f12dc71cd82da315ab5c91094b34fb..60919a1962791411efc02a44a67123c7310ad653 100644
|
| --- a/chrome_frame/chrome_frame_activex_base.h
|
| +++ b/chrome_frame/chrome_frame_activex_base.h
|
| @@ -378,11 +378,6 @@ END_MSG_MAP()
|
| return !is_privileged();
|
| }
|
|
|
| - // Needed to support PostTask.
|
| - static bool ImplementsThreadSafeReferenceCounting() {
|
| - return true;
|
| - }
|
| -
|
| static void BringWebBrowserWindowToTop(IWebBrowser2* web_browser2) {
|
| DCHECK(web_browser2);
|
| if (web_browser2) {
|
|
|