Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index a70a9c4c96859b4320d3d1a628d0ee4fdef05a50..e09e240864df21abfaee47a0d8287506ff4a2482 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -565,6 +565,10 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// Informs the content client that geolocation permissions were used. |
void DidUseGeolocationPermission(); |
+ void UpdatePermissionsForNavigation( |
+ const CommonNavigationParams& common_params, |
+ const RequestNavigationParams& request_params); |
+ |
// For now, RenderFrameHosts indirectly keep RenderViewHosts alive via a |
// refcount that calls Shutdown when it reaches zero. This allows each |
// RenderFrameHostManager to just care about RenderFrameHosts, while ensuring |