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

Unified Diff: services/native_support/process_test_base.cc

Issue 1916233002: Mark ApplicationImpl::ConnectTo{Application,Service}() as deprecated. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 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 | « services/nacl/sfi/content_handler_main.cc ('k') | services/native_viewport/platform_viewport_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_support/process_test_base.cc
diff --git a/services/native_support/process_test_base.cc b/services/native_support/process_test_base.cc
index 9272f6978966f60811d226b4525eed0e650d7966..08fd0a65ed71f5e839d2f4a9c86b6e221b7da194 100644
--- a/services/native_support/process_test_base.cc
+++ b/services/native_support/process_test_base.cc
@@ -18,8 +18,9 @@ ProcessTestBase::~ProcessTestBase() {}
void ProcessTestBase::SetUp() {
mojo::test::ApplicationTestBase::SetUp();
ProcessPtr process_async;
- // TODO(vtl): Fix |ConnectToService()|.
- application_impl()->ConnectToService("mojo:native_support", &process_async);
+ // TODO(vtl): Fix this.
+ application_impl()->ConnectToServiceDeprecated("mojo:native_support",
+ &process_async);
process_ = SynchronousInterfacePtr<Process>::Create(
process_async.PassInterfaceHandle());
}
« no previous file with comments | « services/nacl/sfi/content_handler_main.cc ('k') | services/native_viewport/platform_viewport_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698