mojo_private.js 774 B

1234567891011121314151617181920212223
  1. // Copyright 2021 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. // This file was generated by:
  5. // tools/json_schema_compiler/compiler.py.
  6. // NOTE: The format of types has changed. 'FooType' is now
  7. // 'chrome.mojoPrivate.FooType'.
  8. // Please run the closure compiler before committing changes.
  9. // See
  10. // https://chromium.googlesource.com/chromium/src/+/main/docs/closure_compilation.md
  11. /** @fileoverview Externs generated from namespace: mojoPrivate */
  12. /** @const */
  13. chrome.mojoPrivate = {};
  14. /**
  15. * Returns a promise that will resolve to an asynchronously loaded module.
  16. * @param {string} name
  17. * @return {*}
  18. */
  19. chrome.mojoPrivate.requireAsync = function(name) {};