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

Unified Diff: extensions/renderer/api_bindings_system.cc

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/api_bindings_system.h ('k') | extensions/renderer/chrome_setting.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/api_bindings_system.cc
diff --git a/extensions/renderer/api_bindings_system.cc b/extensions/renderer/api_bindings_system.cc
index fab9fe83ce96f6ea7e64304fb6989b6bd3b43e86..3014efe2b2db0ff752893c819e0c23a2b1b8fcba 100644
--- a/extensions/renderer/api_bindings_system.cc
+++ b/extensions/renderer/api_bindings_system.cc
@@ -131,7 +131,7 @@ v8::Local<v8::Object> APIBindingsSystem::CreateCustomType(
auto iter = custom_types_.find(type_name);
DCHECK(iter != custom_types_.end()) << "Custom type not found: " << type_name;
return iter->second.Run(context, property_name, &request_handler_,
- &type_reference_map_);
+ &event_handler_, &type_reference_map_);
}
} // namespace extensions
« no previous file with comments | « extensions/renderer/api_bindings_system.h ('k') | extensions/renderer/chrome_setting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698