| Index: mojo/bindings/js/validation_unittests.js
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/addremove/test.js b/mojo/bindings/js/validation_unittests.js
|
| similarity index 56%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/addremove/test.js
|
| copy to mojo/bindings/js/validation_unittests.js
|
| index 1886432c3055a84510594bb8c7e0d3ac28feb045..61923b25a14377807675dbb2cc9fe80b3995d8e2 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/addremove/test.js
|
| +++ b/mojo/bindings/js/validation_unittests.js
|
| @@ -2,6 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -chrome.app.runtime.onLaunched.addListener(function() {
|
| - chrome.app.window.create('embedder.html', {}, function () {});
|
| +define([
|
| + "mojo/bindings/js/message_file_parser"
|
| + ], function(parser) {
|
| +
|
| + parser.testMessageParser();
|
| + this.result = "PASS";
|
| });
|
|
|