Roll src/third_party/WebKit b3f094a:f697bbd (svn 194310:194313)
[chromium-blink-merge.git] / extensions / common / api / extension_view_internal.json
blobb245b0fa97cf0bf0d80e3a6b832e117e70b9c5e3
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
6   {
7     "namespace": "extensionViewInternal",
8     "description": "none",
9     "compiler_options": {
10       "implemented_in": "extensions/browser/api/guest_view/extension_view/extension_view_internal_api.h"
11     },
12     "functions": [
13       {
14         "name": "navigate",
15         "type": "function",
16         "parameters": [
17           {
18             "type": "integer",
19             "name": "instanceId"
20           },
21           {
22             "type": "string",
23             "name": "src"
24           }
25         ]
26       }
27     ]
28   }