Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / remoting / android / cast / src / org / chromium / chromoting / CastExtensionHandler.java
index 053ee63..5c4a5ec 100644 (file)
@@ -432,7 +432,7 @@ public class CastExtensionHandler implements ClientExtension, ActivityLifecycleL
         }
         try {
             Cast.CastApi.setMessageReceivedCallbacks(
-                    mApiClient,mChromotocastChannel.getNamespace(),mChromotocastChannel);
+                    mApiClient, mChromotocastChannel.getNamespace(), mChromotocastChannel);
             sendPendingMessagesToCastDevice();
         } catch (IOException e) {
             showToast(R.string.connection_to_cast_failed, Toast.LENGTH_SHORT);