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

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

Issue 1850543002: Add inline completion to quicklaunch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@58tv
Patch Set: . Created 4 years, 9 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 | « mojo/services/catalog/catalog.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/catalog/public/interfaces/catalog.mojom
diff --git a/mojo/services/catalog/public/interfaces/catalog.mojom b/mojo/services/catalog/public/interfaces/catalog.mojom
index ed6796e4f64aa1f4c82394cf208135ce59d0c80a..ab95fa026a28257d0f841f825dd26a2d323a7823 100644
--- a/mojo/services/catalog/public/interfaces/catalog.mojom
+++ b/mojo/services/catalog/public/interfaces/catalog.mojom
@@ -9,5 +9,6 @@ struct CatalogEntry {
};
interface Catalog {
- GetEntries(array<string> urls) => (map<string, CatalogEntry> entries);
+ // If |names| is null, all available entries are returned.
+ GetEntries(array<string>? names) => (map<string, CatalogEntry> entries);
};
« no previous file with comments | « mojo/services/catalog/catalog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698