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

Unified Diff: shell/application_manager/test.mojom

Issue 858273002: De-client shell/application_manager/test.mojom (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « shell/application_manager/application_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/test.mojom
diff --git a/shell/application_manager/test.mojom b/shell/application_manager/test.mojom
index 2912eec93404eea49271b527573f12a2be9e7197..56886e122a7990c6888d428053b90dda086c69b1 100644
--- a/shell/application_manager/test.mojom
+++ b/shell/application_manager/test.mojom
@@ -4,13 +4,8 @@
module mojo;
-[Client=TestClient]
interface TestService {
- Test(string test_string);
-};
-
-interface TestClient {
- AckTest();
+ Test(string test_string) => ();
};
interface TestA {
« no previous file with comments | « shell/application_manager/application_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698