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

Delta Between Two Patch Sets: src/shared/IE_version.h

Issue 5171515343503360: Issue #41 - Bring method of determining IE version up to date (Closed)
Left Patch Set: Created July 23, 2014, 4:55 p.m.
Right Patch Set: Final (?) 2 Created Jan. 5, 2015, 1:02 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 #ifndef IE_VERSION_H
2 #define IE_VERSION_H
3
1 #include <string> 4 #include <string>
2 5
3 namespace AdblockPlus 6 namespace AdblockPlus
4 { 7 {
5 namespace IE 8 namespace IE
Oleksandr 2014/07/25 22:23:46 I don't think we actually need any of these namesp
Eric 2014/07/26 15:54:46 1) I'm in favor of using AdblockPlus for the names
Oleksandr 2014/07/27 22:13:30 It does make sense. We might start doing that. @se
6 { 9 {
7 std::wstring installed_version_string(); 10 std::wstring InstalledVersionString();
8 int installed_major_version(); 11 int InstalledMajorVersion();
9 } 12 }
10 } 13 }
14
15 #endif
LEFTRIGHT

Powered by Google App Engine
This is Rietveld