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

Side by Side Diff: src/ConsoleJsObject.h

Issue 9987009: Interface for the libadblockplus API (Closed)
Patch Set: Created March 26, 2013, 11:45 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
« include/AdblockPlus.h ('K') | « include/AdblockPlus/AdblockPlus.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef ADBLOCK_PLUS_CONSOLE_JS_OBJECT_H 1 #ifndef ADBLOCK_PLUS_CONSOLE_JS_OBJECT_H
2 #define ADBLOCK_PLUS_CONSOLE_JS_OBJECT_H 2 #define ADBLOCK_PLUS_CONSOLE_JS_OBJECT_H
3 3
4 #include <AdblockPlus/ErrorCallback.h> 4 #include <AdblockPlus/ErrorCallback.h>
5 #include <v8.h> 5 #include <v8.h>
6 6
7 namespace AdblockPlus 7 namespace AdblockPlus
8 { 8 {
9 namespace ConsoleJsObject 9 namespace ConsoleJsObject
10 { 10 {
11 v8::Handle<v8::ObjectTemplate> Create( 11 v8::Handle<v8::ObjectTemplate> Create(ErrorCallback& errorCallback);
12 AdblockPlus::ErrorCallback& errorCallback);
13 } 12 }
14 } 13 }
15 14
16 #endif 15 #endif
OLDNEW
« include/AdblockPlus.h ('K') | « include/AdblockPlus/AdblockPlus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld