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

Unified Diff: services/shell/background/background_shell.cc

Issue 2377203005: services/shell: Allow injecting the location of resources.
Patch Set: Created 4 years, 3 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/background/background_shell.h ('k') | services/shell/standalone/context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/background/background_shell.cc
diff --git a/services/shell/background/background_shell.cc b/services/shell/background/background_shell.cc
index bbe6be85ab4f38afcb7cc5e10db4092bdd1bd7ba..ff3e3e2b56aba42393f265799ca5b3e750b708d4 100644
--- a/services/shell/background/background_shell.cc
+++ b/services/shell/background/background_shell.cc
@@ -101,6 +101,8 @@ class BackgroundShell::MojoThread : public base::SimpleThread {
context_init_params->native_runner_delegate =
init_params_->native_runner_delegate;
context_init_params->init_edk = init_params_->init_edk;
+ context_init_params->override_resource_path =
+ init_params_->override_resource_path;
}
if (context_init_params->init_edk)
Context::EnsureEmbedderIsInitialized();
« no previous file with comments | « services/shell/background/background_shell.h ('k') | services/shell/standalone/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698