From de5bc35e8c0835ba223c3ffcda1099e50f708274 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Fri, 16 Apr 2010 01:38:48 +0000 Subject: With the ChromeFrame moniker patch on, the data cache maintained to indicate whether we should switch to Chrome, was not being drained correctly to the delegate, resulting in the delegate continuing to wait for more data when there was none. This caused sites like go/wave to not redirect correctly to CF. Fixes bug http://code.google.com/p/chromium/issues/detail?id=41365 Bug=41365 Review URL: http://codereview.chromium.org/1637017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44735 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/bind_context_info.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome_frame/bind_context_info.h') diff --git a/chrome_frame/bind_context_info.h b/chrome_frame/bind_context_info.h index e66d450..5e0186b 100644 --- a/chrome_frame/bind_context_info.h +++ b/chrome_frame/bind_context_info.h @@ -51,8 +51,6 @@ class BindContextInfo : public IUnknown, public CComObjectRoot { return cache_; } - void set_cache(IStream* cache); - private: ScopedComPtr cache_; bool no_cache_; -- cgit v1.1