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

Unified Diff: src/plugin/PluginClass.h

Issue 10800092: Use libadblockplus update checker (Closed)
Patch Set: Addressed review comments Created June 7, 2013, 5:27 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/PluginClass.h
===================================================================
--- a/src/plugin/PluginClass.h
+++ b/src/plugin/PluginClass.h
@@ -167,19 +167,16 @@ private:
static HANDLE GetMainThreadHandle();
static bool IsMainThreadDone(HANDLE mainThread);
static HINSTANCE s_hUxtheme;
static CSimpleArray<CPluginClass*> s_instances;
static std::map<DWORD,CPluginClass*> s_threadInstances;
- // Is plugin to be updated?
- static bool s_isPluginToBeUpdated;
-
#ifdef SUPPORT_WHITELIST
static std::map<UINT, CString> s_menuDomains;
#endif
static CComAutoCriticalSection s_criticalSectionLocal;
static CComAutoCriticalSection s_criticalSectionBrowser;
static CComAutoCriticalSection s_criticalSectionWindow;
#ifdef SUPPORT_WHITELIST

Powered by Google App Engine
This is Rietveld