| Index: extensions/common/api/mime_handler_view_guest_internal.json
|
| diff --git a/ui/keyboard/resources/elements/kb-altkey-set.js b/extensions/common/api/mime_handler_view_guest_internal.json
|
| similarity index 54%
|
| copy from ui/keyboard/resources/elements/kb-altkey-set.js
|
| copy to extensions/common/api/mime_handler_view_guest_internal.json
|
| index 09e0ef720f000b14b348c1c0af0f04ea23c3523a..884ffd062eae71d2227c4dd88dcc473160cdd10a 100644
|
| --- a/ui/keyboard/resources/elements/kb-altkey-set.js
|
| +++ b/extensions/common/api/mime_handler_view_guest_internal.json
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -Polymer('kb-altkey-set', {
|
| - offset: 0,
|
| - out: function(e) {
|
| - e.stopPropagation();
|
| +[
|
| + {
|
| + "namespace": "mimeHandlerViewGuestInternal",
|
| + "description": "Placeholder for mime handler view guest API, currently unused."
|
| }
|
| -});
|
| +]
|
| +
|
|
|