• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.
4
5[
6  {
7    "namespace": "firstRunPrivate",
8    "compiler_options": {
9      "implemented_in": "chrome/browser/chromeos/extensions/first_run_private_api.h"
10    },
11    "platforms": ["chromeos"],
12    "description": "none",
13    "functions": [
14      {
15        "name": "getLocalizedStrings",
16        "type": "function",
17        "description": "Gets translated strings and initialization data.",
18        "nodoc": "true",
19        "parameters": [
20          {
21            "type": "function",
22            "name": "callback",
23            "parameters": [
24              {
25                "name": "result",
26                "type": "object",
27                "additionalProperties": {"type": "any"}
28              }
29            ]
30          }
31        ]
32      },
33      {
34        "name": "launchTutorial",
35        "type": "function",
36        "description": "Launches overlay tutorial.",
37        "nodoc": "true",
38        "parameters": []
39      }
40    ]
41  }
42]
43