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

Unified Diff: src/plugin/PluginWbPassThrough.h

Issue 4974480757620736: Issue #1356 - Improve detection of the issuer of the request (Closed)
Patch Set: Coding style changes Created Nov. 5, 2014, 12:25 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
Index: src/plugin/PluginWbPassThrough.h
===================================================================
--- a/src/plugin/PluginWbPassThrough.h
+++ b/src/plugin/PluginWbPassThrough.h
@@ -22,6 +22,7 @@
int GetContentTypeFromMimeType(const CString& mimeType);
int GetContentTypeFromURL(const CString& src);
int GetContentType(const CString& mimeType, const std::wstring& domain, const CString& src);
+ bool IsFlashRequest();
public:
BEGIN_COM_MAP(WBPassthruSink)
COM_INTERFACE_ENTRY(IHttpNegotiate)
@@ -81,5 +82,4 @@
STDMETHODIMP UnlockRequest() override;
bool m_shouldSupplyCustomContent;
- bool m_hasOriginalStartCalled;
};

Powered by Google App Engine
This is Rietveld