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

Unified Diff: services/shell/background/background_shell.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/catalog/catalog.cc ('k') | services/shell/background/background_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/background/background_shell.h
diff --git a/services/shell/background/background_shell.h b/services/shell/background/background_shell.h
index 363b88bd3d77caffea278093e3bd7b7d71aaf766..e33ac68a519ccbfa7ff3c1ec4d0670676f968923 100644
--- a/services/shell/background/background_shell.h
+++ b/services/shell/background/background_shell.h
@@ -8,6 +8,7 @@
#include <memory>
#include <vector>
+#include "base/files/file_path.h"
#include "base/macros.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "services/catalog/store.h"
@@ -33,6 +34,7 @@ class BackgroundShell {
~InitParams();
NativeRunnerDelegate* native_runner_delegate = nullptr;
+ base::FilePath::StringType override_resource_path;
std::unique_ptr<catalog::Store> catalog_store;
// If true the edk is initialized.
bool init_edk = true;
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/shell/background/background_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698