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

Unified Diff: shell/application_manager/application_manager_unittest.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 | « shell/android/nfc_apptest.cc ('k') | shell/shell_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/application_manager_unittest.cc
diff --git a/shell/application_manager/application_manager_unittest.cc b/shell/application_manager/application_manager_unittest.cc
index de6fdc5735e804729fd319c8af1be91230d94b5b..bbf84bb4ce2ba01517a32f189fbe7123febaa9c1 100644
--- a/shell/application_manager/application_manager_unittest.cc
+++ b/shell/application_manager/application_manager_unittest.cc
@@ -360,7 +360,7 @@ class Tester : public ApplicationDelegate,
void Create(ApplicationConnection* connection,
InterfaceRequest<TestA> request) override {
ApplicationConnection* b_connection =
- app_->ConnectToApplication(kTestBURLString);
+ app_->ConnectToApplicationDeprecated(kTestBURLString);
b_connection->AddService<TestC>(this);
a_bindings_.push_back(
new TestAImpl(b_connection, context_, request.Pass()));
« no previous file with comments | « shell/android/nfc_apptest.cc ('k') | shell/shell_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698