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

Unified Diff: services/catalog/entry.h

Issue 2440203002: Mojo: removing support for process-group. (Closed)
Patch Set: Synced Created 4 years, 2 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/data/serialization ('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 2998924c00ec9239f85c2be800b81326045031ca..df615f8cb43b77e5ee53ed319d5cfea0b9989dcb 100644
--- a/services/catalog/entry.h
+++ b/services/catalog/entry.h
@@ -42,8 +42,6 @@ class Entry {
void set_name(const std::string& name) { name_ = name; }
const base::FilePath& path() const { return path_; }
void set_path(const base::FilePath& path) { path_ = path; }
- const std::string& qualifier() const { return qualifier_; }
- void set_qualifier(const std::string& qualifier) { qualifier_ = qualifier; }
const std::string& display_name() const { return display_name_; }
void set_display_name(const std::string& display_name) {
display_name_ = display_name;
@@ -65,7 +63,6 @@ class Entry {
private:
std::string name_;
base::FilePath path_;
- std::string qualifier_;
std::string display_name_;
service_manager::InterfaceProviderSpecMap interface_provider_specs_;
Entry* package_ = nullptr;
« no previous file with comments | « services/catalog/data/serialization ('k') | services/catalog/entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698