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

Unified Diff: content/public/test/test_mojo_service.mojom

Issue 2049303002: Add the UtilityProcessMojoClient class and convert SafeJsonParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed android sandbox browser tests Created 4 years, 6 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 | « content/public/test/test_mojo_app.cc ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_mojo_service.mojom
diff --git a/content/public/test/test_mojo_service.mojom b/content/public/test/test_mojo_service.mojom
index ff845e801b2ffb84ea20f6f1ba0e20fe0db0451d..06760f132022a1f514015d1a0337063bd44419fd 100644
--- a/content/public/test/test_mojo_service.mojom
+++ b/content/public/test/test_mojo_service.mojom
@@ -8,6 +8,13 @@ interface TestMojoService {
// Doesn't actually do anything, just responds.
DoSomething() => ();
+ // Terminates the current process to cause a connection error. Meant to test
+ // a connection error for the utility process.
+ DoTerminateProcess() => ();
+
+ // Tries to create a temporary folder. Requires a sandbox to succeed.
+ CreateFolder() => (bool succeeded);
+
// Retrieve the requestor name as seen by the test app providing this service.
GetRequestorName() => (string name);
};
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698