Roll src/third_party/WebKit 3aea697:d9c6159 (svn 201973:201974)
[chromium-blink-merge.git] / mojo / runner / test / pingable.mojom
blob74ed38d3d0cd8e820cade5e369318cb4e7ef63a4
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 module mojo;
7 interface Pingable {
8   Ping(string message) => (string app_url, string connection_url, string message);
9 };