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

Unified Diff: mojo/services/test_service/test_service_application.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
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
Index: mojo/services/test_service/test_service_application.h
diff --git a/mojo/services/test_service/test_service_application.h b/mojo/services/test_service/test_service_application.h
index 1c024c03ad6a44caa5a731dd592ead9f30320d8d..840954f3d55f4af62c4a2f91619fbe88cf56db8a 100644
--- a/mojo/services/test_service/test_service_application.h
+++ b/mojo/services/test_service/test_service_application.h
@@ -23,7 +23,7 @@ class TestServiceApplication : public ShellClient,
~TestServiceApplication() override;
// mojo::ShellClient implementation.
- void Initialize(Shell* shell, const std::string& url,
+ void Initialize(Connector* connector, const std::string& url,
uint32_t id, uint32_t user_id) override;
bool AcceptConnection(Connection* connection) override;
@@ -40,7 +40,7 @@ class TestServiceApplication : public ShellClient,
private:
int ref_count_;
- Shell* shell_;
+ Connector* connector_;
MOJO_DISALLOW_COPY_AND_ASSIGN(TestServiceApplication);
};
« no previous file with comments | « mojo/services/test_service/test_request_tracker_application.cc ('k') | mojo/services/test_service/test_service_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698