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

Unified Diff: include/AdblockPlus/AppInfo.h

Issue 11157034: Update info module and make updater use the new downloader module (Closed)
Patch Set: Created July 23, 2013, 10:03 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
« no previous file with comments | « .hgsubstate ('k') | lib/api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/AppInfo.h
===================================================================
--- a/include/AdblockPlus/AppInfo.h
+++ b/include/AdblockPlus/AppInfo.h
@@ -22,17 +22,18 @@
namespace AdblockPlus
{
struct AppInfo
{
std::string id;
std::string version;
std::string name;
- std::string platform;
+ std::string application;
+ std::string applicationVersion;
std::string locale;
bool developmentBuild;
AppInfo() : developmentBuild(false) {}
};
}
#endif
« no previous file with comments | « .hgsubstate ('k') | lib/api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld