Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: extensions/common/api/mime_handler_view_guest_internal.json

Issue 376033002: Adding MimeHandlerView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pending-zork-patch2
Patch Set: Address comment from kenrb@ Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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."
}
-});
+]
+
« no previous file with comments | « extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc ('k') | extensions/common/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698