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

Unified Diff: services/catalog/entry.h

Issue 2651953002: Revert of [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: Created 3 years, 11 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 | « services/catalog/catalog.cc ('k') | services/catalog/entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/entry.h
diff --git a/services/catalog/entry.h b/services/catalog/entry.h
index b54e0576c0814e3952f7e46af52d21ddc43545ae..19270c85df237482e876f0639d0262c770c55f2e 100644
--- a/services/catalog/entry.h
+++ b/services/catalog/entry.h
@@ -16,7 +16,7 @@
#include "services/service_manager/public/interfaces/resolver.mojom.h"
namespace base {
-class Value;
+class DictionaryValue;
}
namespace catalog {
@@ -30,7 +30,7 @@
std::unique_ptr<base::DictionaryValue> Serialize() const;
- static std::unique_ptr<Entry> Deserialize(const base::Value& manifest_root);
+ static std::unique_ptr<Entry> Deserialize(const base::DictionaryValue& value);
bool ProvidesCapability(const std::string& capability) const;
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/catalog/entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698