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

Unified Diff: services/shell/standalone/context.cc

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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/shell/shell_public.gyp ('k') | services/shell/tests/connect/connect_test_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/standalone/context.cc
diff --git a/services/shell/standalone/context.cc b/services/shell/standalone/context.cc
index fae9efbfe234c68f0bd72eddcb33fc48bf26e942..200f183d62720e1dbad108a38cacc6d67312fc05 100644
--- a/services/shell/standalone/context.cc
+++ b/services/shell/standalone/context.cc
@@ -169,7 +169,7 @@ void Context::Init(std::unique_ptr<InitParams> init_params) {
catalog_.reset(
new catalog::Catalog(blocking_pool_.get(), std::move(store), nullptr));
shell_.reset(new Shell(std::move(runner_factory),
- catalog_->TakeShellClient()));
+ catalog_->TakeService()));
mojom::InterfaceProviderPtr tracing_remote_interfaces;
mojom::InterfaceProviderPtr tracing_local_interfaces;
« no previous file with comments | « services/shell/shell_public.gyp ('k') | services/shell/tests/connect/connect_test_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698