Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / mojo / common / test / test_utils.h
index 369e2bf..6b9be22 100644 (file)
@@ -7,6 +7,10 @@
 
 #include <stddef.h>
 
+#include <string>
+
+#include "base/files/file_path.h"
+
 namespace mojo {
 
 namespace embedder {
@@ -38,6 +42,9 @@ bool NonBlockingRead(const embedder::PlatformHandle& handle,
                      size_t buffer_size,
                      size_t* bytes_read);
 
+// Returns the path to the mojom js bindings file.
+base::FilePath GetFilePathForJSResource(const std::string& path);
+
 }  // namespace test
 }  // namespace mojo