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

Unified Diff: src/plugin/PluginClass.h

Issue 5558809044975616: Noissue - Dead code removal (Closed)
Patch Set: Created Oct. 7, 2014, 3:56 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 | « src/plugin/ATL_Deprecate.h ('k') | src/plugin/PluginClass.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginClass.h
===================================================================
--- a/src/plugin/PluginClass.h
+++ b/src/plugin/PluginClass.h
@@ -22,7 +22,6 @@
#define ICON_MAX 3
#define WM_LAUNCH_INFO (WM_APP + 10)
-#define WM_WHITELIST_DOMAIN (WM_LAUNCH_INFO + 1)
class CPluginMimeFilterClient;
@@ -163,11 +162,9 @@
static HINSTANCE s_hUxtheme;
static std::set<CPluginClass*> s_instances;
static std::map<DWORD,CPluginClass*> s_threadInstances;
- static std::map<UINT, CString> s_menuDomains;
static CComAutoCriticalSection s_criticalSectionLocal;
static CComAutoCriticalSection s_criticalSectionBrowser;
static CComAutoCriticalSection s_criticalSectionWindow;
- static CComAutoCriticalSection s_criticalSectionWhiteList;
// Async browser
static CComQIPtr<IWebBrowser2> s_asyncWebBrowser2;
« no previous file with comments | « src/plugin/ATL_Deprecate.h ('k') | src/plugin/PluginClass.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld