Index: chrome/renderer/resources/extensions/platform_keys/internal_api.js |
diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/chrome/renderer/resources/extensions/platform_keys/internal_api.js |
similarity index 52% |
copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java |
copy to chrome/renderer/resources/extensions/platform_keys/internal_api.js |
index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..b15211667806ea5f721571ccc44aac4902e90151 100644 |
--- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java |
+++ b/chrome/renderer/resources/extensions/platform_keys/internal_api.js |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package org.chromium.dummy; |
- |
-/** Does nothing. */ |
-class Dummy {} |
+var binding = require('binding') |
+ .Binding.create('platformKeysInternal') |
+ .generate(); |
+exports.sign = binding.sign; |