| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index b3bdf3bea7fb1c70b0b8b011cf4f389513098aee..b4e77d4f247b6c4113fc20c892ce4a83bca0c26d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -48,6 +48,7 @@ class NotificationMessageFilter;
|
| #if defined(ENABLE_WEBRTC)
|
| class P2PSocketDispatcherHost;
|
| #endif
|
| +class PermissionServiceContext;
|
| class PeerConnectionTrackerHost;
|
| class RendererMainThread;
|
| class RenderWidgetHelper;
|
| @@ -465,6 +466,9 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| // Records the time when the process starts surviving for workers for UMA.
|
| base::TimeTicks survive_for_worker_start_time_;
|
|
|
| + // Context shared for each PermissionService instance created for this RPH.
|
| + scoped_ptr<PermissionServiceContext> permission_service_context_;
|
| +
|
| base::WeakPtrFactory<RenderProcessHostImpl> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RenderProcessHostImpl);
|
|
|