Add a webstorePrivate API to show a permission prompt for delegated bundle installs
[chromium-blink-merge.git] / chrome / browser / extensions / chrome_mojo_service_registration.h
blob96d1cd086e5b09bb3c8dab06a67c13f5bc5e4145
1 // Copyright 2015 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.
5 #ifndef CHROME_BROWSER_EXTENSIONS_CHROME_MOJO_SERVICE_REGISTRATION_H_
6 #define CHROME_BROWSER_EXTENSIONS_CHROME_MOJO_SERVICE_REGISTRATION_H_
8 namespace content {
9 class RenderFrameHost;
10 } // namespace content
12 namespace extensions {
14 class Extension;
16 void RegisterChromeServicesForFrame(content::RenderFrameHost* render_frame_host,
17 const Extension* extension);
19 } // namespace extensions
21 #endif // CHROME_BROWSER_EXTENSIONS_CHROME_MOJO_SERVICE_REGISTRATION_H_