| Index: content/public/browser/mojo_app_connection.h
|
| diff --git a/content/public/browser/mojo_app_connection.h b/content/public/browser/mojo_app_connection.h
|
| index 3878825889ef93fe8e2e187cfa168c2797617dd0..6ac8055e82bfd6c80948d0651138f8602ca40b53 100644
|
| --- a/content/public/browser/mojo_app_connection.h
|
| +++ b/content/public/browser/mojo_app_connection.h
|
| @@ -28,9 +28,11 @@ class CONTENT_EXPORT MojoAppConnection {
|
| virtual ~MojoAppConnection() {}
|
|
|
| // Creates a new connection to the application at |name| using
|
| - // |requestor_name| to identify the requestor upon connection. This may be
|
| - // called from any thread.
|
| + // |requestor_name| to identify the requestor and |context|'s mojo userid to
|
| + // specify a profile specific application instantiation. This may be called
|
| + // from any thread.
|
| static scoped_ptr<MojoAppConnection> Create(
|
| + const std::string& user_id,
|
| const std::string& name,
|
| const std::string& requestor_name);
|
|
|
|
|