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

Unified Diff: extensions/renderer/api_bindings_system.h

Issue 2718543004: [Extensions Bindings] Add ChromeSetting custom type (Closed)
Patch Set: rebase 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
« no previous file with comments | « extensions/renderer/BUILD.gn ('k') | extensions/renderer/api_bindings_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/api_bindings_system.h
diff --git a/extensions/renderer/api_bindings_system.h b/extensions/renderer/api_bindings_system.h
index d8a4711946e001db2ad1e4a285aaf94039a391c3..5b78708dd0cbad64b296d68cd80cf26a98f55197 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,
« no previous file with comments | « extensions/renderer/BUILD.gn ('k') | extensions/renderer/api_bindings_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698