Index: third_party/WebKit/Source/modules/mediastream/RTCPeerConnectionErrorCallback.idl |
diff --git a/mojo/shell/tests/package_test.mojom b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnectionErrorCallback.idl |
similarity index 50% |
copy from mojo/shell/tests/package_test.mojom |
copy to third_party/WebKit/Source/modules/mediastream/RTCPeerConnectionErrorCallback.idl |
index 1bcebcb29b109face6929fac1ebfc791a0312fb3..c159a9fe7a7510229dec88f0d541e21283176676 100644 |
--- a/mojo/shell/tests/package_test.mojom |
+++ b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnectionErrorCallback.idl |
@@ -2,8 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module mojo.shell.test.mojom; |
+// https://w3c.github.io/webrtc-pc/#rtcpeerconnectionerrorcallback |
-interface PackageTestService { |
- GetName() => (string name); |
+callback interface RTCPeerConnectionErrorCallback { |
+ void handleEvent(DOMException exception); |
}; |
+ |