Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / content / test / data / web_ui_test_mojo_bindings.mojom
blob45f291fdb4fc614cd291a5eb3be324c292fe4083
1 // Copyright 2014 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 content {
7 [Client=RendererTarget]
8 interface BrowserTarget {
9   PingResponse();
12 interface RendererTarget {
13   Ping();