Chromium Code Reviews| Index: mojo/public/cpp/application/application_test_base.h |
| diff --git a/mojo/public/cpp/application/application_test_base.h b/mojo/public/cpp/application/application_test_base.h |
| index 10763be4bf36dcbb561ccb3a162a1f2335cbab4f..11a88e28ade766ae3caf5e5b385ab9e7345eda70 100644 |
| --- a/mojo/public/cpp/application/application_test_base.h |
| +++ b/mojo/public/cpp/application/application_test_base.h |
| @@ -21,6 +21,9 @@ namespace test { |
| // Access the command line arguments passed to the application test. |
| const Array<String>& Args(); |
| +// Access to the URL of the application test. |
| +const String& Url(); |
|
qsr
2015/03/10 10:24:55
I don't think you need this method. As you extend
Nick Bray (chromium)
2015/03/10 19:39:00
Done.
|
| + |
| // Run all application tests. This must be called after the environment is |
| // initialized, to support construction of a default run loop. |
| MojoResult RunAllTests(MojoHandle application_request_handle); |