Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: chrome/renderer/extensions/web_request_custom_bindings.cc

Issue 11571014: Lazy load chrome.* APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android compilation Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/extensions/web_request_custom_bindings.cc
diff --git a/chrome/renderer/extensions/web_request_custom_bindings.cc b/chrome/renderer/extensions/web_request_custom_bindings.cc
index 4bee0caa9a3c3357d315d8b613de685e3fe85a60..3785501a21372d4a3dcb734ca63cc964d80d4cec 100644
--- a/chrome/renderer/extensions/web_request_custom_bindings.cc
+++ b/chrome/renderer/extensions/web_request_custom_bindings.cc
@@ -12,8 +12,9 @@
namespace extensions {
-WebRequestCustomBindings::WebRequestCustomBindings()
- : ChromeV8Extension(NULL) {
+WebRequestCustomBindings::WebRequestCustomBindings(
+ Dispatcher* dispatcher, v8::Handle<v8::Context> v8_context)
+ : ChromeV8Extension(dispatcher, v8_context) {
RouteStaticFunction("GetUniqueSubEventName", &GetUniqueSubEventName);
}
« no previous file with comments | « chrome/renderer/extensions/web_request_custom_bindings.h ('k') | chrome/renderer/extensions/webstore_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698