| Index: mojo/shell/tests/connect/connect_test.mojom
|
| diff --git a/mojo/shell/tests/connect/connect_test.mojom b/mojo/shell/tests/connect/connect_test.mojom
|
| index 3eeaa126a9af233e4f31909212dd80287892dc7d..ba298654ab37e7dbf777cc6ed22175b9ad9dc38b 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 {
|
|
|