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

Unified Diff: services/asset_bundle/asset_bundle_apptest.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
Index: services/asset_bundle/asset_bundle_apptest.cc
diff --git a/services/asset_bundle/asset_bundle_apptest.cc b/services/asset_bundle/asset_bundle_apptest.cc
index 804866c46459aa4bb220c845a6da849a82e9506a..37d67218dee5d16d7f7e8cabe8764a082a87c524 100644
--- a/services/asset_bundle/asset_bundle_apptest.cc
+++ b/services/asset_bundle/asset_bundle_apptest.cc
@@ -22,7 +22,8 @@ class AssetBundleAppTest : public mojo::test::ApplicationTestBase {
void SetUp() override {
mojo::test::ApplicationTestBase::SetUp();
- application_impl()->ConnectToService("mojo:asset_bundle", &asset_unpacker_);
+ application_impl()->ConnectToServiceDeprecated("mojo:asset_bundle",
+ &asset_unpacker_);
}
protected:
« no previous file with comments | « mojo/ui/base_view.cc ('k') | services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698