blob: 8519c3a79a068333170084a4ca97a1e2ca911469 [file] [log] [blame]
// Copyright 2021 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.
// This file was generated by:
// tools/json_schema_compiler/compiler.py.
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.mojoPrivate.FooType'.
// Please run the closure compiler before committing changes.
// See
// https://chromium.googlesource.com/chromium/src/+/main/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: mojoPrivate */
/** @const */
chrome.mojoPrivate = {};
/**
* Returns a promise that will resolve to an asynchronously loaded module.
* @param {string} name
* @return {*}
*/
chrome.mojoPrivate.requireAsync = function(name) {};