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

Unified Diff: extensions/renderer/api_bindings_system.h

Issue 2953453002: [Extensions Bindings] Add access checks in custom types (Closed)
Patch Set: lazyboy's Created 3 years, 6 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 928d9f9d55f9b501e2a194cf64001e20305bb669..a030371d986f1cfacb37a8ed25b3411a820586c3 100644
--- a/extensions/renderer/api_bindings_system.h
+++ b/extensions/renderer/api_bindings_system.h
@@ -40,7 +40,8 @@ class APIBindingsSystem {
const base::ListValue* property_values,
APIRequestHandler* request_handler,
APIEventHandler* event_handler,
- APITypeReferenceMap* type_refs)>;
+ APITypeReferenceMap* type_refs,
+ const BindingAccessChecker* access_checker)>;
APIBindingsSystem(
const binding::RunJSFunction& call_js,

Powered by Google App Engine
This is Rietveld 408576698