summaryrefslogtreecommitdiffstats
path: root/mojo/shell/tests/connect/connect_test.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/tests/connect/connect_test.mojom')
-rw-r--r--mojo/shell/tests/connect/connect_test.mojom3
1 files changed, 1 insertions, 2 deletions
diff --git a/mojo/shell/tests/connect/connect_test.mojom b/mojo/shell/tests/connect/connect_test.mojom
index 3eeaa12..ba29865 100644
--- a/mojo/shell/tests/connect/connect_test.mojom
+++ b/mojo/shell/tests/connect/connect_test.mojom
@@ -6,6 +6,7 @@ module mojo.shell.test.mojom;
interface ConnectTestService {
GetTitle() => (string title);
+ GetInstance() => (string instance);
};
// Interface implemented by a standalone (non-package) app.
@@ -14,8 +15,6 @@ interface StandaloneApp {
// the standalone app's CapabilityFilter, but whose enclosing package is not.
// The connection should be blocked and title should be "uninitialized".
ConnectToAllowedAppInBlockedPackage() => (string title);
-
- GetInstance() => (string instance);
};
struct ConnectionState {