Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: services/shell/tests/connect/connect_test.mojom

Issue 1871223003: Use ShellClientFactory interface to load mojo:profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/shell/shell.cc ('k') | services/shell/tests/connect/connect_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « services/shell/shell.cc ('k') | services/shell/tests/connect/connect_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698