blob: 1f1465052f274721780c46c758c6bb73fcc12f3d [file] [log] [blame]
// Copyright 2019 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.
#ifndef CHROME_UTILITY_BROWSER_EXPOSED_UTILITY_INTERFACES_H_
#define CHROME_UTILITY_BROWSER_EXPOSED_UTILITY_INTERFACES_H_
namespace mojo {
class BinderMap;
}
// Registers with |binders| any interfaces exposed to the browser process by
// utility processes when run with elevated privileges.
void ExposeElevatedChromeUtilityInterfacesToBrowser(mojo::BinderMap* binders);
#endif // CHROME_UTILITY_BROWSER_EXPOSED_UTILITY_INTERFACES_H_