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

Unified Diff: src/plugin/PluginSystem.h

Issue 5096167658487808: [IE] Dead code (Closed)
Patch Set: Created June 20, 2014, 9:26 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
Index: src/plugin/PluginSystem.h
===================================================================
--- a/src/plugin/PluginSystem.h
+++ b/src/plugin/PluginSystem.h
@@ -8,8 +8,6 @@
static CComAutoCriticalSection s_criticalSection;
- CString m_pluginId;
-
// Private constructor used by the singleton pattern
CPluginSystem();
@@ -21,7 +19,6 @@
~CPluginSystem();
CString GetBrowserLanguage() const;
- CString GetBrowserVersion() const;
};
#endif // _PLUGIN_SYSTEM_H_

Powered by Google App Engine
This is Rietveld