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

Unified Diff: mojo/shell/tests/shell/target.cc

Issue 1769163002: Add a instance groups to Connect(), and introduce an Identity struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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/tests/shell/shell_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/shell/target.cc
diff --git a/mojo/shell/tests/shell/target.cc b/mojo/shell/tests/shell/target.cc
index 3f75dc9be609aa67f9e9773c1cf9e06f6c456e44..e05a9dc33181f243a4862a39ba0cba63f84d7cb1 100644
--- a/mojo/shell/tests/shell/target.cc
+++ b/mojo/shell/tests/shell/target.cc
@@ -23,8 +23,8 @@ class Target : public mojo::ShellClient {
private:
// mojo::ShellClient:
- void Initialize(mojo::Connector* connector, const std::string& name,
- const std::string& user_id, uint32_t id) override {
+ void Initialize(mojo::Connector* connector, const mojo::Identity& identity,
+ uint32_t id) override {
CreateInstanceTestPtr service;
connector->ConnectToInterface("mojo:shell_unittest", &service);
service->SetTargetID(id);
« no previous file with comments | « mojo/shell/tests/shell/shell_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698