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

Unified Diff: src/AppInfoJsObject.h

Issue 10198022: Pass application data into libadblockplus (Closed)
Patch Set: Merged upstream, addressed issues, renamed AppInfo fields Created April 17, 2013, 2:47 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
Index: src/AppInfoJsObject.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/AppInfoJsObject.h
@@ -0,0 +1,17 @@
+#ifndef ADBLOCK_PLUS_APP_INFO_JS_OBJECT_H
+#define ADBLOCK_PLUS_APP_INFO_JS_OBJECT_H
+
+#include <v8.h>
+
+namespace AdblockPlus
+{
+ struct AppInfo;
+ class ErrorCallback;
+
+ namespace AppInfoJsObject
+ {
+ v8::Handle<v8::ObjectTemplate> Create(const AppInfo& appInfo);
+ }
+}
+
+#endif
« no previous file with comments | « shell/src/Main.cpp ('k') | src/AppInfoJsObject.cpp » ('j') | src/AppInfoJsObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld