blob: e577bbd7a7f173accb0a49544b12f7a00370897d [file] [log] [blame]
// Copyright 2013 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": "firstRunPrivate",
"compiler_options": {
"implemented_in": "chrome/browser/chromeos/extensions/first_run_private_api.h"
},
"platforms": ["chromeos"],
"description": "none",
"functions": [
{
"name": "getLocalizedStrings",
"type": "function",
"description": "Gets translated strings and initialization data.",
"nodoc": "true",
"parameters": [
{
"type": "function",
"name": "callback",
"parameters": [
{
"name": "result",
"type": "object",
"additionalProperties": {"type": "any"}
}
]
}
]
},
{
"name": "launchTutorial",
"type": "function",
"description": "Launches overlay tutorial.",
"nodoc": "true",
"parameters": []
}
]
}
]