Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: chrome_frame/protocol_sink_wrap.cc

Issue 12310145: ChromeFrame sites in IE would appear truncated at times. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/protocol_sink_wrap.cc
===================================================================
--- chrome_frame/protocol_sink_wrap.cc (revision 183253)
+++ chrome_frame/protocol_sink_wrap.cc (working copy)
@@ -871,7 +871,9 @@
IInternetProtocol* protocol,
DWORD options) {
scoped_refptr<ProtData> prot_data = ProtData::DataFromProtocol(protocol);
- if (prot_data)
+ // TODO(ananta/robertshield)
+ // Write a test for this bug http://crbug.com/178421
+ if (prot_data && !IsChrome(prot_data->renderer_type()))
prot_data->Invalidate();
// We are just pass through at this point, avoid false positive crash
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698