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

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

Issue 2387263002: Rename MojoShellContext -> ServiceManagerContext. (Closed)
Patch Set: . Created 4 years, 2 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/public/test/test_mojo_shell_context.h » ('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
deleted file mode 100644
index 1a960fc7c86d7561562735392417a9e989dcba72..0000000000000000000000000000000000000000
--- a/content/public/test/test_mojo_service.mojom
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-module content.mojom;
-
-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);
-
- // Requests that a new shared buffer be created and returned. If successful,
- // |buffer| is non-null and its contents match |message|'s bytes exactly.
- CreateSharedBuffer(string message) => (handle<shared_buffer>? buffer);
-};
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | content/public/test/test_mojo_shell_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698