Index: remoting/webapp/base/js/app_features.js |
diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/remoting/webapp/base/js/app_features.js |
similarity index 52% |
copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java |
copy to remoting/webapp/base/js/app_features.js |
index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..d68043e52b48d35dbcbf73bd7c4befad9d0ce3ef 100644 |
--- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java |
+++ b/remoting/webapp/base/js/app_features.js |
@@ -2,8 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package org.chromium.dummy; |
+'use strict'; |
-/** Does nothing. */ |
-class Dummy {} |
+/** @suppress {duplicate} */ |
+var remoting = remoting || {}; |
+/** @type {Array.<string>} */ |
+remoting.app_features = ['APPLICATION_FEATURES']; |
Jamie
2015/02/02 22:57:47
It feels to me like features should be an enumerat
garykac
2015/02/03 01:50:21
Done.
|