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

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

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.cc ('k') | services/shell/standalone/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/standalone/context.h
diff --git a/services/shell/standalone/context.h b/services/shell/standalone/context.h
index 4105956bf7400c6b3ed9452f367427a6c03226a0..dd409d3f0eb541535c9a5e3afb1a35e64d9d1c82 100644
--- a/services/shell/standalone/context.h
+++ b/services/shell/standalone/context.h
@@ -8,6 +8,7 @@
#include <memory>
#include "base/callback_forward.h"
+#include "base/files/file_path.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/threading/thread.h"
@@ -37,6 +38,7 @@ class Context : public mojo::edk::ProcessDelegate {
NativeRunnerDelegate* native_runner_delegate = nullptr;
std::unique_ptr<catalog::Store> catalog_store;
+ base::FilePath::StringType override_resource_path;
// If true the edk is initialized.
bool init_edk = true;
};
« no previous file with comments | « services/shell/background/background_shell.cc ('k') | services/shell/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698