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

Unified Diff: services/catalog/public/interfaces/catalog.mojom

Issue 2096293002: Eliminate usage of InterfacePtr::WaitForIncomingResponse. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybots failure Created 4 years, 5 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
Index: services/catalog/public/interfaces/catalog.mojom
diff --git a/services/catalog/public/interfaces/catalog.mojom b/services/catalog/public/interfaces/catalog.mojom
index beff6cbe979691b01671e49bd18afa71a4926d57..d9a0079169ba26693e57bb59ed1d1f7a4a65172c 100644
--- a/services/catalog/public/interfaces/catalog.mojom
+++ b/services/catalog/public/interfaces/catalog.mojom
@@ -12,6 +12,7 @@ struct Entry {
interface Catalog {
// Returns the catalog entries for the specified mojo names.
// If |names| is null, all available entries are returned.
+ [Sync]
GetEntries(array<string>? names) => (array<Entry> entries);
// Returns the entry(ies) for applications that export to the caller the
« no previous file with comments | « net/proxy/proxy_resolver_factory_mojo_unittest.cc ('k') | services/ui/public/cpp/lib/command_buffer_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698