| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index 59d448c8082c95915e0991da6acc1b66c7eaee3b..3505ab489b8c50c41dd06aeb50696d8752b72f47 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -303,6 +303,9 @@ class CONTENT_EXPORT ContentRendererClient {
|
| // Whether this renderer should enforce preferences related to the WebRTC
|
| // routing logic, i.e. allowing multiple routes and non-proxied UDP.
|
| virtual bool ShouldEnforceWebRTCRoutingPreferences();
|
| +
|
| + // Should this renderer enforce restrictions on grants of universal access?
|
| + virtual bool ShouldEnforceUniversalAccessRestrictions();
|
| };
|
|
|
| } // namespace content
|
|
|