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

Unified Diff: src/WebRequestJsObject.h

Issue 10259001: XMLHttpRequest API (Closed)
Patch Set: Addressed review comments Created April 11, 2013, 4:30 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/WebRequest.cpp ('k') | src/WebRequestJsObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/WebRequestJsObject.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/WebRequestJsObject.h
@@ -0,0 +1,16 @@
+#ifndef ADBLOCK_PLUS_WEB_REQUEST_JS_OBJECT_H
+#define ADBLOCK_PLUS_WEB_REQUEST_JS_OBJECT_H
+
+#include <v8.h>
+
+namespace AdblockPlus
+{
+ class WebRequest;
+
+ namespace WebRequestJsObject
+ {
+ v8::Handle<v8::ObjectTemplate> Create(WebRequest& webRequest);
+ }
+}
+
+#endif
« no previous file with comments | « src/WebRequest.cpp ('k') | src/WebRequestJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld