Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / test / data / web_ui_test_mojo_bindings.mojom
index 3fa0259..9cac34e 100644 (file)
@@ -1,13 +1,16 @@
-module mojo {
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+module content {
 
-[Peer=RendererTarget]
 interface BrowserTarget {
-  Test();
+  PingResponse();
 };
 
-[Peer=BrowserTarget]
+[Client=BrowserTarget]
 interface RendererTarget {
-  Test();
+  Ping();
 };
 
 }