| Index: mojo/shell/standalone/context.h
|
| diff --git a/mojo/shell/standalone/context.h b/mojo/shell/standalone/context.h
|
| index 3c250270945e30170184ce336eb03c480a8d0643..fee1e5ab27485c978d81f1a3bc18325630467dc6 100644
|
| --- a/mojo/shell/standalone/context.h
|
| +++ b/mojo/shell/standalone/context.h
|
| @@ -75,6 +75,7 @@ class Context : public edk::ProcessDelegate {
|
| scoped_ptr<catalog::Factory> catalog_;
|
| scoped_ptr<Shell> shell_;
|
| base::Time main_entry_time_;
|
| + bool init_edk_ = false;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(Context);
|
| };
|
|
|