Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: gin/test/file_runner.h

Issue 69843003: Implement Mojo message codec in JavaScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Seems to work! Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gin/test/file_runner.cc » ('j') | mojo/public/bindings/js/codec.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/test/file_runner.h
diff --git a/gin/test/file_runner.h b/gin/test/file_runner.h
index b4ca00ea51d21411bfff7f39af0acf4e280e9112..d67b1d4e288ac2ad686295c29e8263acdde0d5bb 100644
--- a/gin/test/file_runner.h
+++ b/gin/test/file_runner.h
@@ -23,6 +23,7 @@ class FileRunnerDelegate : public RunnerDelegate {
DISALLOW_COPY_AND_ASSIGN(FileRunnerDelegate);
};
+void RunTestFromString(const std::string& source, RunnerDelegate* delegate);
void RunTestFromFile(const base::FilePath& path, RunnerDelegate* delegate);
} // namespace gin
« no previous file with comments | « no previous file | gin/test/file_runner.cc » ('j') | mojo/public/bindings/js/codec.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698