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

Unified Diff: mojo/shell/identity.h

Issue 1734643003: Remove CapabilityFilter from Connect() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@13connector2
Patch Set: . Created 4 years, 10 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/shell/connect_util.h ('k') | mojo/shell/identity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/identity.h
diff --git a/mojo/shell/identity.h b/mojo/shell/identity.h
index 16e96813e1abace426d2c6bdead7c5b837e754fe..2db1dd24e8a0dbf8a20b56767c1e67709c78f29a 100644
--- a/mojo/shell/identity.h
+++ b/mojo/shell/identity.h
@@ -27,10 +27,6 @@ class Identity {
Identity(const GURL& in_url,
const std::string& in_qualifier,
uint32_t user_id);
- Identity(const GURL& in_url,
- const std::string& in_qualifier,
- uint32_t user,
- CapabilityFilter filter);
~Identity();
bool operator<(const Identity& other) const;
@@ -41,6 +37,7 @@ class Identity {
uint32_t user_id() const { return user_id_; }
void set_user_id(uint32_t user_id) { user_id_ = user_id; }
const std::string& qualifier() const { return qualifier_; }
+ void SetFilter(const CapabilityFilter& filter);
const CapabilityFilter& filter() const { return filter_; }
private:
« no previous file with comments | « mojo/shell/connect_util.h ('k') | mojo/shell/identity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698