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

Unified Diff: src/plugin/PluginMimeFilterClient.h

Issue 5032147387678720: NoIssue - Refactor HTTP and HTTPS namespaces registration
Patch Set: Created April 13, 2015, 3:14 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 | « src/plugin/PluginFilter.cpp ('k') | src/plugin/PluginMimeFilterClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginMimeFilterClient.h
===================================================================
--- a/src/plugin/PluginMimeFilterClient.h
+++ b/src/plugin/PluginMimeFilterClient.h
@@ -27,9 +27,6 @@
CPluginMimeFilterClient();
~CPluginMimeFilterClient();
- void Unregister();
-
- CComPtr<IClassFactory> m_classFactory;
CComPtr<IClassFactory> m_spCFHTTP;
CComPtr<IClassFactory> m_spCFHTTPS;
};
« no previous file with comments | « src/plugin/PluginFilter.cpp ('k') | src/plugin/PluginMimeFilterClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld