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

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
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..2140182c7c43df602330e639a0202d1a04d7ddf1 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 packages are returned.
sky 2016/03/31 17:29:32 packages->entries?
+ GetEntries(array<string>? names) => (map<string, CatalogEntry> entries);
};
« mash/quick_launch/quick_launch_application.cc ('K') | « mojo/services/catalog/catalog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698