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

Unified Diff: content/public/test/test_mojo_service.mojom

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
Patch Set: . Created 4 years, 10 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 | « content/public/test/test_mojo_app.cc ('k') | content/public/utility/content_utility_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | content/public/utility/content_utility_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698