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 nit Created June 4, 2013, 10:38 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
« no previous file with comments | « src/plugin/PluginSettings.cpp ('k') | src/shared/Utils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/plugin/PluginSettings.cpp ('k') | src/shared/Utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld