Properly attach InfoBarContainer when it is swapped to a new WebContents
[chromium-blink-merge.git] / chrome / common / extensions / api / first_run_private.json
blob6882d08d3d47ec2c8bbf183c2dd71f70f278ba1f
1 // Copyright 2013 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": "firstRunPrivate",
8     "compiler_options": {
9       "implemented_in": "chrome/browser/chromeos/extensions/first_run_private_api.h"
10     },
11     "description": "none",
12     "functions": [
13       {
14         "name": "getLocalizedStrings",
15         "type": "function",
16         "description": "Gets translated strings and initialization data.",
17         "nodoc": "true",
18         "parameters": [
19           {
20             "type": "function",
21             "name": "callback",
22             "parameters": [
23               {
24                 "name": "result",
25                 "type": "object",
26                 "additionalProperties": {"type": "any"}
27               }
28             ]
29           }
30         ]
31       },
32       {
33         "name": "launchTutorial",
34         "type": "function",
35         "description": "Launches overlay tutorial.",
36         "nodoc": "true",
37         "parameters": []
38       }
39     ]
40   }