Chromium Code Reviews| Index: mojo/edk/embedder/test_embedder.h |
| diff --git a/mojo/edk/embedder/test_embedder.h b/mojo/edk/embedder/test_embedder.h |
| index 76917ee539edaec74bc3094df1da2da4920ec26a..5e70a9f93342a2b35e6d081e6ffd820ede31a750 100644 |
| --- a/mojo/edk/embedder/test_embedder.h |
| +++ b/mojo/edk/embedder/test_embedder.h |
| @@ -15,6 +15,9 @@ namespace test { |
| // you don't care about sandboxing, etc.). |
| MOJO_SYSTEM_IMPL_EXPORT void InitWithSimplePlatformSupport(); |
| +// This returns whether the embedder is initialized. |
| +MOJO_SYSTEM_IMPL_EXPORT bool IsInitialized(); |
|
viettrungluu
2014/11/14 16:36:32
Nope, not going to allow this: if you don't know w
qsr
2014/11/14 17:02:33
Well, then I'm open to suggestion. The issue is th
|
| + |
| // This shuts down the global, singleton instance. (Note: "Real" embedders are |
| // not expected to ever shut down this instance. This |Shutdown()| function will |
| // do more work to ensure that tests don't leak, etc.) Returns true if there |