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

Unified Diff: mojo/services/url_response_disk_cache/interfaces/url_response_disk_cache.mojom

Issue 1454113003: Require an explicit ServiceName annotation for interfaces in C++. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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
Index: mojo/services/url_response_disk_cache/interfaces/url_response_disk_cache.mojom
diff --git a/mojo/services/url_response_disk_cache/interfaces/url_response_disk_cache.mojom b/mojo/services/url_response_disk_cache/interfaces/url_response_disk_cache.mojom
index abeb62f7d30b73bb56995e8e7db730449ac81e63..ebd6934ccedb106634b832c07ba5b9e6840f1a83 100644
--- a/mojo/services/url_response_disk_cache/interfaces/url_response_disk_cache.mojom
+++ b/mojo/services/url_response_disk_cache/interfaces/url_response_disk_cache.mojom
@@ -15,6 +15,7 @@ import "mojo/public/interfaces/network/url_response.mojom";
// ETags, the entry will be invalidated. It should be extended to
// handle all the other http cache mechanisms for better performance
// with http servers that do not support ETags.
+[ServiceName="mojo::URLResponseDiskCache"]
interface URLResponseDiskCache {
// Given an URL, returns a tuple. If the |url| is not in the cache, all the
« no previous file with comments | « mojo/services/ui/views/interfaces/view_provider.mojom ('k') | mojo/services/vanadium/security/interfaces/principal.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698