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

Unified Diff: src/plugin/PluginTabBase.h

Issue 5994126579335168: Noissue - Remove a dead inheritance and some dead code (Closed)
Patch Set: Remove comment Created Feb. 27, 2015, 4:47 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/PluginClientBase.cpp ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginTabBase.h
===================================================================
--- a/src/plugin/PluginTabBase.h
+++ b/src/plugin/PluginTabBase.h
@@ -50,14 +50,9 @@
std::thread m_thread;
std::atomic<bool> m_continueThreadRunning;
CPluginDomTraverser* m_traverser;
- static int s_dictionaryVersion;
- static int s_settingsVersion;
- static int s_filterVersion;
public:
std::auto_ptr<CPluginFilter> m_filter;
private:
- static int s_whitelistVersion;
-
void ThreadProc();
CComAutoCriticalSection m_criticalSectionCache;
std::set<std::wstring> m_cacheFrames;
« no previous file with comments | « src/plugin/PluginClientBase.cpp ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld