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

Unified Diff: extensions/renderer/api_bindings_system.h

Issue 2718543004: [Extensions Bindings] Add ChromeSetting custom type (Closed)
Patch Set: . Created 3 years, 10 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: extensions/renderer/api_bindings_system.h
diff --git a/extensions/renderer/api_bindings_system.h b/extensions/renderer/api_bindings_system.h
index c8f6e72310332847e3c523ecb802d234571d11e2..532907c1565e9672178a0f4fc1bf641bb1ac75f0 100644
--- a/extensions/renderer/api_bindings_system.h
+++ b/extensions/renderer/api_bindings_system.h
@@ -37,6 +37,7 @@ class APIBindingsSystem {
base::Callback<v8::Local<v8::Object>(v8::Local<v8::Context> context,
const std::string& property_name,
APIRequestHandler* request_handler,
+ APIEventHandler* event_handler,
APITypeReferenceMap* type_refs)>;
APIBindingsSystem(const binding::RunJSFunction& call_js,

Powered by Google App Engine
This is Rietveld 408576698