| Index: services/shell/tests/connect/connect_test.mojom
|
| diff --git a/services/shell/tests/connect/connect_test.mojom b/services/shell/tests/connect/connect_test.mojom
|
| index c87f39acff1db4fa927bf8ed97df4ba7b097a732..949fe429115ec14b8bba4d0445cf192cc56e6eca 100644
|
| --- a/services/shell/tests/connect/connect_test.mojom
|
| +++ b/services/shell/tests/connect/connect_test.mojom
|
| @@ -20,7 +20,7 @@ interface ClassInterface {
|
| interface StandaloneApp {
|
| // Attempts to connect to an application whose name is explicitly allowed by
|
| // the standalone app's CapabilitySpec, but whose enclosing package is not.
|
| - // The connection should be blocked and title should be "uninitialized".
|
| + // The connection should succeed anyway.
|
| ConnectToAllowedAppInBlockedPackage() => (string title);
|
|
|
| // Connects to mojo:connect_test_class_app & requests ClassInterface from it.
|
|
|