Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginWbPassThrough.cpp

Issue 5069344035831808: Issue 1193 - Fix thumbnails on youtube: do not hang blocked subdocument requests (Closed)
Patch Set: Created Aug. 12, 2014, 12:49 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
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: src/plugin/PluginWbPassThrough.cpp
===================================================================
--- a/src/plugin/PluginWbPassThrough.cpp
+++ b/src/plugin/PluginWbPassThrough.cpp
@@ -256,7 +256,7 @@
//For some reason on that environment the next line causes IE to crash
if (CPluginSettings::GetInstance()->GetWindowsBuildNumber() != 8250)
{
- m_spInternetProtocolSink->ReportResult(INET_E_REDIRECTING, 301, L"res://mshtml.dll/blank.htm");
Oleksandr 2014/08/12 00:56:57 The behavior here changed after the APP update in
+ m_spInternetProtocolSink->ReportResult(INET_E_REDIRECT_FAILED, 0, szUrl);
}
return INET_E_REDIRECT_FAILED;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld