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

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

Issue 1828733004: Load application manifests from resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « mojo/shell/shell.cc ('k') | mojo/shell/tests/loader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/standalone/context.cc
diff --git a/mojo/shell/standalone/context.cc b/mojo/shell/standalone/context.cc
index c036694ee5dc34c684fa6055de8616d0faa5ded5..4a5512e9762c27c2ba521603e11819a023b4c02b 100644
--- a/mojo/shell/standalone/context.cc
+++ b/mojo/shell/standalone/context.cc
@@ -166,7 +166,8 @@ void Context::Init(scoped_ptr<InitParams> init_params) {
scoped_ptr<catalog::Store> store;
if (init_params)
store = std::move(init_params->catalog_store);
- catalog_.reset(new catalog::Factory(blocking_pool_.get(), std::move(store)));
+ catalog_.reset(
+ new catalog::Factory(blocking_pool_.get(), std::move(store), nullptr));
shell_.reset(new Shell(std::move(runner_factory),
catalog_->TakeShellClient()));
« no previous file with comments | « mojo/shell/shell.cc ('k') | mojo/shell/tests/loader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698