| Index: shell/test/pingable.mojom
|
| diff --git a/shell/test/pingable.mojom b/shell/test/pingable.mojom
|
| index f968344b57b088895f3d9571743e55b58dae8a08..33a6d91d811558da7a007826d637dd16eb9b9631 100644
|
| --- a/shell/test/pingable.mojom
|
| +++ b/shell/test/pingable.mojom
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +[ServiceName="Pingable"]
|
| interface Pingable {
|
| Ping(string message) => (string app_url, string connection_url, string message);
|
| };
|
|
|