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

Side by Side Diff: src/plugin/AdblockPlus.def

Issue 4899473029332992: Noissue - Remove dead code (Closed)
Patch Set: remove more #include directives Created March 20, 2015, 9:05 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 | « adblockplus.gyp ('k') | src/plugin/AdblockPlusClient.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 ; AdBlockPlus.def : Declares the module parameters. 1 ; AdBlockPlus.def : Declares the module parameters.
2 2
3 LIBRARY "ADBLOCKPLUS.DLL" 3 LIBRARY "ADBLOCKPLUS.DLL"
4 4
5 EXPORTS 5 EXPORTS
6 » DllCanUnloadNow PRIVATE 6 DllCanUnloadNow PRIVATE
7 » DllGetClassObject PRIVATE 7 DllGetClassObject PRIVATE
8 » DllRegisterServer PRIVATE 8 DllRegisterServer PRIVATE
9 » DllUnregisterServer» PRIVATE 9 DllUnregisterServer PRIVATE
10 » OnInstall
11 » OnUpdate
OLDNEW
« no previous file with comments | « adblockplus.gyp ('k') | src/plugin/AdblockPlusClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld