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

Unified Diff: mojo/runner/context.cc

Issue 1343283003: Mandoline: Fix PackageManager initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « mandoline/app/desktop/launcher_process.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/context.cc
diff --git a/mojo/runner/context.cc b/mojo/runner/context.cc
index a1e59899e80d048d3e60bf35fe1d99fba794857f..b6d78e333d17a9def89f69a54854344420758ecb 100644
--- a/mojo/runner/context.cc
+++ b/mojo/runner/context.cc
@@ -162,7 +162,9 @@ class TracingServiceProvider : public ServiceProvider {
} // namespace
Context::Context(const base::FilePath& shell_file_root)
- : shell_file_root_(shell_file_root), main_entry_time_(base::Time::Now()) {}
+ : shell_file_root_(shell_file_root),
+ package_manager_(nullptr),
+ main_entry_time_(base::Time::Now()) {}
Context::~Context() {
DCHECK(!base::MessageLoop::current());
« no previous file with comments | « mandoline/app/desktop/launcher_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698