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

Unified Diff: Shared/PluginHttpRequest.cpp

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/PluginHttpRequest.cpp
===================================================================
--- a/Shared/PluginHttpRequest.cpp
+++ b/Shared/PluginHttpRequest.cpp
@@ -80,22 +80,7 @@
CPluginSystem* system = CPluginSystem::GetInstance();
- if (settings->Has(SETTING_PLUGIN_ID))
- {
- Add("plugin", settings->GetString(SETTING_PLUGIN_ID));
- }
- else
- {
- Add("plugin", system->GetPluginId());
- }
- Add("user", settings->GetString(SETTING_USER_ID));
- Add("password", settings->GetString(SETTING_PLUGIN_PASSWORD));
-
Add("version", IEPLUGIN_VERSION);
-
-#ifdef ENTERPRISE
-// Add("installerid", INSTALLER_ID);
-#endif
}
void CPluginHttpRequest::AddOsInfo()

Powered by Google App Engine
This is Rietveld