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

Unified Diff: mojo/public/js/lib/control_message_handler.js

Issue 2820783002: Add associated interfaces & bindings. (Closed)
Patch Set: Change Router.prototype.accept. Add a TODO for endpoint client not attached. Created 3 years, 8 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 | « mojo/public/js/codec.js ('k') | mojo/public/js/lib/control_message_proxy.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/lib/control_message_handler.js
diff --git a/mojo/public/js/lib/control_message_handler.js b/mojo/public/js/lib/control_message_handler.js
index 5da306e371360ede1e38e0f832c08e98d170e6b8..09c0b78c88632b82bfd05c06c6aaff65cfaa2843 100644
--- a/mojo/public/js/lib/control_message_handler.js
+++ b/mojo/public/js/lib/control_message_handler.js
@@ -75,7 +75,7 @@ define("mojo/public/js/lib/control_message_handler", [
var messageName = controlMessages.kRunMessageId;
var payloadSize = controlMessages.RunResponseMessageParams.encodedSize;
var requestID = reader.requestID;
- var builder = new codec.MessageWithRequestIDBuilder(messageName,
+ var builder = new codec.MessageV1Builder(messageName,
payloadSize, codec.kMessageIsResponse, requestID);
builder.encodeStruct(controlMessages.RunResponseMessageParams,
runResponseMessageParams);
« no previous file with comments | « mojo/public/js/codec.js ('k') | mojo/public/js/lib/control_message_proxy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698