diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-24 04:54:01 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-24 04:54:01 +0000 |
commit | ee9e5aa088398eb0145c2d06c23a0fd158f73ee2 (patch) | |
tree | c82c0aba1f3aa0f39f31a31bbd2922d699181224 /chrome_frame | |
parent | 72a5fce88ab147fc6c36d1b7d88b36edf8893e45 (diff) | |
download | chromium_src-ee9e5aa088398eb0145c2d06c23a0fd158f73ee2.zip chromium_src-ee9e5aa088398eb0145c2d06c23a0fd158f73ee2.tar.gz chromium_src-ee9e5aa088398eb0145c2d06c23a0fd158f73ee2.tar.bz2 |
Attempt to fix the chrome frame test failures. This was caused a side effect of my change r29986 to run
URL requests issued in IE in a separate thread.
TBR=amit
Review URL: http://codereview.chromium.org/328020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame_activex_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h index bbd88dc..84b5fbc 100644 --- a/chrome_frame/chrome_frame_activex_base.h +++ b/chrome_frame/chrome_frame_activex_base.h @@ -325,6 +325,7 @@ END_MSG_MAP() } virtual void OnFinalMessage(HWND) { + ChromeFramePlugin<T>::Uninitialize(); worker_thread_.message_loop()->PostTask( FROM_HERE, NewRunnableMethod(this, &Base::OnWorkerStop)); worker_thread_.Stop(); |