[Android] Implement 3-way sensor fallback for Device Orientation.
[chromium-blink-merge.git] / content / public / test / test_mojo_service.mojom
blobcb3728c42a820d127145d13a7ef46ca3f9c2111b
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 content;
7 interface TestMojoService {
8   // Doesn't actually do anything, just responds.
9   DoSomething() => ();
11   // Retrieve the requestor URL as seen by the test app providing this service.
12   GetRequestorURL() => (string url);