Index: content/public/test/test_mojo_service.mojom |
diff --git a/content/public/test/test_mojo_service.mojom b/content/public/test/test_mojo_service.mojom |
index cb3728c42a820d127145d13a7ef46ca3f9c2111b..1277239dcd3c8a92ee63e16e7d85d1ea62f8689a 100644 |
--- a/content/public/test/test_mojo_service.mojom |
+++ b/content/public/test/test_mojo_service.mojom |
@@ -8,6 +8,6 @@ interface TestMojoService { |
// Doesn't actually do anything, just responds. |
DoSomething() => (); |
- // Retrieve the requestor URL as seen by the test app providing this service. |
- GetRequestorURL() => (string url); |
+ // Retrieve the requestor name as seen by the test app providing this service. |
+ GetRequestorName() => (string name); |
}; |