| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 9d1756dec89cfc08ab87e015aae4ddf86b281c50..43cf4f405c57249347e43066320026f1573e0266 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -80,6 +80,10 @@ class URLRequest;
|
| class URLRequestContext;
|
| }
|
|
|
| +namespace rappor {
|
| +class RapporService;
|
| +}
|
| +
|
| namespace sandbox {
|
| class TargetPolicy;
|
| }
|
| @@ -791,6 +795,9 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| virtual void CreateMediaRemoter(RenderFrameHost* render_frame_host,
|
| media::mojom::RemotingSourcePtr source,
|
| media::mojom::RemoterRequest request) {}
|
| +
|
| + // Returns the RapporService from the browser process.
|
| + virtual ::rappor::RapporService* GetRapporService();
|
| };
|
|
|
| } // namespace content
|
|
|