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

Unified Diff: src/GlobalJsObject.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/GlobalJsObject.h
===================================================================
--- a/src/GlobalJsObject.h
+++ b/src/GlobalJsObject.h
@@ -5,11 +5,13 @@
namespace AdblockPlus
{
+ class AppInfo;
class JsEngine;
namespace GlobalJsObject
{
- v8::Handle<v8::ObjectTemplate> Create(JsEngine& jsEngine);
+ v8::Handle<v8::ObjectTemplate> Create(const AppInfo& appInfo,
+ JsEngine& jsEngine);
}
}
« src/AppInfoJsObject.cpp ('K') | « src/AppInfoJsObject.cpp ('k') | src/GlobalJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld