summaryrefslogtreecommitdiffstats
path: root/mojo/shell/standalone/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/standalone/context.h')
-rw-r--r--mojo/shell/standalone/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/shell/standalone/context.h b/mojo/shell/standalone/context.h
index 09f7942..3c25027 100644
--- a/mojo/shell/standalone/context.h
+++ b/mojo/shell/standalone/context.h
@@ -37,6 +37,8 @@ class Context : public edk::ProcessDelegate {
NativeRunnerDelegate* native_runner_delegate = nullptr;
scoped_ptr<catalog::Store> catalog_store;
+ // If true the edk is initialized.
+ bool init_edk = true;
};
Context();