| 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..0babe8a714e546f72c0e51e969ae38ec620b287e 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 RapporPublicService;
|
| +}
|
| +
|
| 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 RapporPublicService from the browser process.
|
| + virtual ::rappor::RapporPublicService* GetRapporService();
|
| };
|
|
|
| } // namespace content
|
|
|