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

Unified Diff: src/plugin/PluginMimeFilterClient.h

Issue 11376138: HTTPS support (Closed)
Patch Set: Created Aug. 11, 2013, 4:54 p.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/PluginMimeFilterClient.h
===================================================================
--- a/src/plugin/PluginMimeFilterClient.h
+++ b/src/plugin/PluginMimeFilterClient.h
@@ -14,6 +14,7 @@
CComPtr<IClassFactory> m_classFactory;
CComPtr<IClassFactory> m_spCFHTTP;
+ CComPtr<IClassFactory> m_spCFHTTPS;
};

Powered by Google App Engine
This is Rietveld