Index: chrome/android/java/src/org/chromium/chrome/browser/media/router/MediaRouteProvider.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/media/router/MediaRouteProvider.java b/chrome/android/java/src/org/chromium/chrome/browser/media/router/MediaRouteProvider.java |
index e4884b9d9082e1ec9324a5fb4b629ef343850635..a80dceaf4f46f7b58335114ffeb994f6ab3b84a1 100644 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/media/router/MediaRouteProvider.java |
+++ b/chrome/android/java/src/org/chromium/chrome/browser/media/router/MediaRouteProvider.java |
@@ -81,13 +81,4 @@ public interface MediaRouteProvider { |
* @param nativeCallbackId The id of the result callback tracked by the native side. |
*/ |
void sendStringMessage(String routeId, String message, int nativeCallbackId); |
- |
- /** |
- * Sends a binary message to the route with the given id. The route must be created by this |
- * provider. |
- * @param routeId The id of the route to send the message to. |
- * @param data The binary message to send. |
- * @param nativeCallbackId The id of the result callback tracked by the native side. |
- */ |
- void sendBinaryMessage(String routeId, byte[] data, int nativeCallbackId); |
} |