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

Unified Diff: gin/test/file_runner.h

Issue 129633005: Introduce a monotonic_clock module for Mojo.js. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blech Created 6 years, 11 months 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') | no next file with comments »
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 57d4017dac8deb5f30a8d9646304aca88ab25417..267023d8f00c35fc95aa1794ec6b714639609ec1 100644
--- a/gin/test/file_runner.h
+++ b/gin/test/file_runner.h
@@ -29,7 +29,8 @@ class FileRunnerDelegate : public ModuleRunnerDelegate {
DISALLOW_COPY_AND_ASSIGN(FileRunnerDelegate);
};
-void RunTestFromFile(const base::FilePath& path, FileRunnerDelegate* delegate);
+void RunTestFromFile(const base::FilePath& path, FileRunnerDelegate* delegate,
+ bool run_until_idle = true);
} // namespace gin
« no previous file with comments | « no previous file | gin/test/file_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698