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

Unified Diff: mojo/shell/identity.h

Issue 1728083002: Extract a Connector interface from Shell that can be cloned & passed to other threads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@12uid
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 abd06997803a38474274585dec356d80e0297cb5..16e96813e1abace426d2c6bdead7c5b837e754fe 100644
--- a/mojo/shell/identity.h
+++ b/mojo/shell/identity.h
@@ -21,7 +21,7 @@ namespace shell {
class Identity {
public:
Identity();
- // Assumes user = mojom::Shell::kUserRoot.
+ // Assumes user = mojom::Connector::kUserRoot.
// Used in tests or for shell-initiated connections.
explicit Identity(const GURL& in_url);
Identity(const GURL& in_url,
« 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