summaryrefslogtreecommitdiff
path: root/chromium/mojo/shell/runner/child/test_native_service.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/mojo/shell/runner/child/test_native_service.mojom')
-rw-r--r--chromium/mojo/shell/runner/child/test_native_service.mojom9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/mojo/shell/runner/child/test_native_service.mojom b/chromium/mojo/shell/runner/child/test_native_service.mojom
deleted file mode 100644
index 1f55eed5260..00000000000
--- a/chromium/mojo/shell/runner/child/test_native_service.mojom
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2015 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 mojo.shell.test;
-
-interface TestNativeService {
- Invert(bool from_driver) => (bool from_target);
-};