blob: 6882d08d3d47ec2c8bbf183c2dd71f70f278ba1f [file]
// 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"
},
"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": []
}
]
}
]