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

Unified Diff: extensions/renderer/dispatcher.cc

Issue 2676443005: Add interface versioning. Methods queryVersion and requireVersion. (Closed)
Patch Set: Expect the result inside the error handler for test. Code formatting and address codereview comment… 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 | « content/renderer/mojo_context_state.cc ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/dispatcher.cc
diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc
index 71574fff8ed8b1ca37977fa5ef033e2887fd1c47..5510df1043bfe31e9e3310ad3efea6384540c998 100644
--- a/extensions/renderer/dispatcher.cc
+++ b/extensions/renderer/dispatcher.cc
@@ -704,6 +704,11 @@ std::vector<std::pair<const char*, int>> Dispatcher::GetJsResources() {
{mojo::kBufferModuleName, IDR_MOJO_BUFFER_JS},
{mojo::kCodecModuleName, IDR_MOJO_CODEC_JS},
{mojo::kConnectorModuleName, IDR_MOJO_CONNECTOR_JS},
+ {mojo::kControlMessageHandlerModuleName,
+ IDR_MOJO_CONTROL_MESSAGE_HANDLER_JS},
+ {mojo::kControlMessageProxyModuleName, IDR_MOJO_CONTROL_MESSAGE_PROXY_JS},
+ {mojo::kInterfaceControlMessagesMojom,
+ IDR_MOJO_INTERFACE_CONTROL_MESSAGES_MOJOM_JS},
{mojo::kInterfaceTypesModuleName, IDR_MOJO_INTERFACE_TYPES_JS},
{mojo::kRouterModuleName, IDR_MOJO_ROUTER_JS},
{mojo::kUnicodeModuleName, IDR_MOJO_UNICODE_JS},
« no previous file with comments | « content/renderer/mojo_context_state.cc ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698