summaryrefslogtreecommitdiffstats
path: root/chrome_frame/bind_context_info.h
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 01:38:48 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 01:38:48 +0000
commitde5bc35e8c0835ba223c3ffcda1099e50f708274 (patch)
tree0f86654a822ed93e8bfecc7097233b2ff1d0d37a /chrome_frame/bind_context_info.h
parent6ee88534895ff56a131400acfd2a837824ef1ead (diff)
downloadchromium_src-de5bc35e8c0835ba223c3ffcda1099e50f708274.zip
chromium_src-de5bc35e8c0835ba223c3ffcda1099e50f708274.tar.gz
chromium_src-de5bc35e8c0835ba223c3ffcda1099e50f708274.tar.bz2
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
Diffstat (limited to 'chrome_frame/bind_context_info.h')
-rw-r--r--chrome_frame/bind_context_info.h2
1 files changed, 0 insertions, 2 deletions
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<IStream> cache_;
bool no_cache_;