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

Unified Diff: Shared/PluginSystem.h

Issue 8949229: Removal of all user tracking and shareware parts (Closed)
Patch Set: Created Dec. 6, 2012, 4:38 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: Shared/PluginSystem.h
===================================================================
--- a/Shared/PluginSystem.h
+++ b/Shared/PluginSystem.h
@@ -22,15 +22,6 @@
CString GetBrowserLanguage() const;
CString GetBrowserVersion() const;
- CString GetUserName() const;
- CString GetComputerName() const;
- CString GetPluginId();
- void SetPluginId(CString pluginId);
- CString GetMacId(bool addSeparator=false) const;
-
-private:
-
- CString GeneratePluginId();
};
#endif // _PLUGIN_SYSTEM_H_

Powered by Google App Engine
This is Rietveld