| Index: remoting/webapp/base/js/platform.js
|
| diff --git a/remoting/webapp/base/js/platform.js b/remoting/webapp/base/js/platform.js
|
| index ab01cc7443cca63a97285b21f864a2b11602cc21..dfb909e551ffb08a8f581753dfdb269555d47f1e 100644
|
| --- a/remoting/webapp/base/js/platform.js
|
| +++ b/remoting/webapp/base/js/platform.js
|
| @@ -30,12 +30,3 @@ remoting.getChromeMajorVersion = function() {
|
| }
|
| return 0;
|
| };
|
| -
|
| -/**
|
| - * Returns whether the app is running on ChromeOS.
|
| - *
|
| - * @return {boolean} True if the app is running on ChromeOS.
|
| - */
|
| -remoting.runningOnChromeOS = function() {
|
| - return !!navigator.userAgent.match(/\bCrOS\b/);
|
| -}
|
|
|