| Index: remoting/webapp/crd/js/cast_extension_handler.js
|
| diff --git a/remoting/webapp/crd/js/cast_extension_handler.js b/remoting/webapp/crd/js/cast_extension_handler.js
|
| index efd8efc135c8f909fcdb13bd7d961107bbf18c2f..5957a165136afe228a209123649d71e30752125c 100644
|
| --- a/remoting/webapp/crd/js/cast_extension_handler.js
|
| +++ b/remoting/webapp/crd/js/cast_extension_handler.js
|
| @@ -29,16 +29,16 @@ remoting.CastExtensionHandler = function(clientSession) {
|
| /** @private */
|
| this.clientSession_ = clientSession;
|
|
|
| - /** @type {chrome.cast.Session} @private */
|
| + /** @private {chrome.cast.Session} */
|
| this.session_ = null;
|
|
|
| - /** @type {string} @private */
|
| + /** @private {string} */
|
| this.kCastNamespace_ = 'urn:x-cast:com.chromoting.cast.all';
|
|
|
| - /** @type {string} @private */
|
| + /** @private {string} */
|
| this.kApplicationId_ = "8A1211E3";
|
|
|
| - /** @type {Array<Object>} @private */
|
| + /** @private {Array<Object>} */
|
| this.messageQueue_ = [];
|
|
|
| this.start_();
|
|
|