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

Unified Diff: src/plugin/PluginErrorCodes.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
« no previous file with comments | « no previous file | src/plugin/PluginMimeFilterClient.h » ('j') | src/plugin/PluginMimeFilterClient.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginErrorCodes.h
===================================================================
--- a/src/plugin/PluginErrorCodes.h
+++ b/src/plugin/PluginErrorCodes.h
@@ -15,6 +15,8 @@
#define PLUGIN_ERROR_SESSION_GET_INTERNET_SESSION 1
#define PLUGIN_ERROR_SESSION_CREATE_HTTP_INSTANCE 2
#define PLUGIN_ERROR_SESSION_REGISTER_HTTP_NAMESPACE 3
+#define PLUGIN_ERROR_SESSION_CREATE_HTTPS_INSTANCE 4
+#define PLUGIN_ERROR_SESSION_REGISTER_HTTPS_NAMESPACE 5
#define PLUGIN_ERROR_UPDATER 4
#define PLUGIN_ERROR_UPDATER_CREATE_PROCESS 1
« no previous file with comments | « no previous file | src/plugin/PluginMimeFilterClient.h » ('j') | src/plugin/PluginMimeFilterClient.cpp » ('J')

Powered by Google App Engine
This is Rietveld