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

Unified Diff: mojo/public/js/bindings/router.js

Issue 250713003: Test sending corrupt mojo messages back from javascript. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Uint32 => Uint8 for consistency. Created 6 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
Index: mojo/public/js/bindings/router.js
diff --git a/mojo/public/js/bindings/router.js b/mojo/public/js/bindings/router.js
index 2718e8b0b7805bec9a81350cadd95a6b8fb13d3f..dd090d2d7f5872de8c35ebe2c07dc9dd92f3c367 100644
--- a/mojo/public/js/bindings/router.js
+++ b/mojo/public/js/bindings/router.js
@@ -26,6 +26,10 @@ define("mojo/public/js/bindings/router", [
this.connector_.close();
};
+ Router.prototype.setFuzzer = function(fuzzer) {
+ this.connector_.setFuzzer(fuzzer);
+ }
+
Router.prototype.accept = function(message) {
this.connector_.accept(message);
};
« mojo/public/js/bindings/connection.js ('K') | « mojo/public/js/bindings/connector.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698