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

Side by Side Diff: src/plugin/abp.h

Issue 10836037: Share code for data path retrieval in engine and plugin (Closed)
Patch Set: Fixed issues in previous patch Created June 4, 2013, 10:14 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #define PLUGIN_UPDATE_URL "abpupdate.txt" 1 #define PLUGIN_UPDATE_URL "abpupdate.txt"
2 2
3 // Name of user dir in %APPDATA%\..\LocalLow
4 #define USER_DIR "AdBlockPlus\\"
5
6 //This is a dummy for the original implementation 3 //This is a dummy for the original implementation
7 #define MULTIPLE_VERSIONS_CHECK() 4 #define MULTIPLE_VERSIONS_CHECK()
OLDNEW

Powered by Google App Engine
This is Rietveld