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

Unified Diff: extensions/renderer/native_extension_bindings_system.cc

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.cc
diff --git a/extensions/renderer/native_extension_bindings_system.cc b/extensions/renderer/native_extension_bindings_system.cc
index a89ca3ca884bd03313e1404ab4d6ec5baca7f604..40d6dd4431a4af00d0d772eec1c4e86491643b53 100644
--- a/extensions/renderer/native_extension_bindings_system.cc
+++ b/extensions/renderer/native_extension_bindings_system.cc
@@ -595,7 +595,7 @@ void NativeExtensionBindingsSystem::GetInternalAPI(
}
void NativeExtensionBindingsSystem::SendRequest(
- std::unique_ptr<APIBinding::Request> request,
+ std::unique_ptr<APIRequestHandler::Request> request,
v8::Local<v8::Context> context) {
ScriptContext* script_context =
ScriptContextSet::GetContextByV8Context(context);

Powered by Google App Engine
This is Rietveld 408576698