X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fremoting%2Fwebapp%2Ferror.js;h=1b81a33506571353ce84df34c25c3955e78a2e77;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=04abb604ab60e2559e448b7b952e9859f6409ade;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/remoting/webapp/error.js b/src/remoting/webapp/error.js index 04abb60..1b81a33 100644 --- a/src/remoting/webapp/error.js +++ b/src/remoting/webapp/error.js @@ -33,11 +33,3 @@ remoting.Error = { P2P_FAILURE: /*i18n-content*/'ERROR_P2P_FAILURE', REGISTRATION_FAILED: /*i18n-content*/'ERROR_HOST_REGISTRATION_FAILED' }; - -/** - * Message returned by chrome.runtime.lastError.message when chrome fails - * to find a native messaging host. - * @type {string} - */ -remoting.NATIVE_MESSAGING_HOST_NOT_FOUND_ERROR = - 'Specified native messaging host not found.';