Index: mojo/system/embedder.h |
diff --git a/mojo/system/embedder.h b/mojo/system/embedder.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2b67e81db1cccc13fecc3777032b8c37966c66da |
--- /dev/null |
+++ b/mojo/system/embedder.h |
@@ -0,0 +1,18 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef MOJO_SYSTEM_EMBEDDER_H_ |
+#define MOJO_SYSTEM_EMBEDDER_H_ |
+ |
+#include "mojo/system/system_impl_export.h" |
+ |
+namespace mojo { |
+namespace embedder { |
+ |
+MOJO_SYSTEM_IMPL_EXPORT void Init(); |
+ |
+} // namespace embedder |
+} // namespace mojo |
+ |
+#endif // MOJO_SYSTEM_EMBEDDER_H_ |