summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/extensions/api/guest_view_internal.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/api/guest_view_internal.json')
-rw-r--r--chromium/chrome/common/extensions/api/guest_view_internal.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/chromium/chrome/common/extensions/api/guest_view_internal.json b/chromium/chrome/common/extensions/api/guest_view_internal.json
new file mode 100644
index 00000000000..d677ae7b086
--- /dev/null
+++ b/chromium/chrome/common/extensions/api/guest_view_internal.json
@@ -0,0 +1,31 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+[
+ {
+ "namespace": "guestViewInternal",
+ "compiler_options": {
+ "implemented_in": "chrome/browser/extensions/api/guest_view/guest_view_internal_api.h"
+ },
+ "description": "none",
+ "functions": [
+ {
+ "name": "allocateInstanceId",
+ "type": "function",
+ "parameters": [
+ {
+ "type": "function",
+ "name": "callback",
+ "parameters": [
+ {
+ "type": "integer",
+ "name": "instanceId"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+]