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

Unified Diff: extensions/renderer/native_extension_bindings_system.h

Issue 2697363003: [Extensions Bindings] Move request dispatch to APIRequestHandler (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/native_extension_bindings_system.h
diff --git a/extensions/renderer/native_extension_bindings_system.h b/extensions/renderer/native_extension_bindings_system.h
index d6d24e3936a6f484d46fceaafa1d88daf04ffa48..4d5df3f2677dc8a23716f18e3226731504dbedbe 100644
--- a/extensions/renderer/native_extension_bindings_system.h
+++ b/extensions/renderer/native_extension_bindings_system.h
@@ -58,7 +58,7 @@ class NativeExtensionBindingsSystem : public ExtensionBindingsSystem {
private:
// Handles sending a given |request|, forwarding it on to the send_ipc_ after
// adding additional info.
- void SendRequest(std::unique_ptr<APIBinding::Request> request,
+ void SendRequest(std::unique_ptr<APIRequestHandler::Request> request,
v8::Local<v8::Context> context);
// Called when listeners for a given event have changed, and forwards it along

Powered by Google App Engine
This is Rietveld 408576698