browser_exposed_utility_interfaces.h 603 B

12345678910111213141516
  1. // Copyright 2019 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. #ifndef CHROME_UTILITY_BROWSER_EXPOSED_UTILITY_INTERFACES_H_
  5. #define CHROME_UTILITY_BROWSER_EXPOSED_UTILITY_INTERFACES_H_
  6. namespace mojo {
  7. class BinderMap;
  8. }
  9. // Registers with |binders| any interfaces exposed to the browser process by
  10. // utility processes when run with elevated privileges.
  11. void ExposeElevatedChromeUtilityInterfacesToBrowser(mojo::BinderMap* binders);
  12. #endif // CHROME_UTILITY_BROWSER_EXPOSED_UTILITY_INTERFACES_H_