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: Second version Created June 25, 2014, 6:53 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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 #ifndef IE_VERSION_H
2 #define IE_VERSION_H
3
4 #include <string>
5
6 namespace AdblockPlus
7 {
8 namespace IE
9 {
10 std::wstring InstalledVersionString();
11 int InstalledMajorVersion();
12 }
13 }
14
15 #endif
LEFTRIGHT

Powered by Google App Engine
This is Rietveld