| 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 8e592a9a6eeb431f10d99c2e67b9b9b56b89c798..4f40513e29a6096e0f44ea2e14de6afc0089da38 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -223,6 +223,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost {
|
| int notification_id,
|
| const ShowDesktopNotificationHostMsgParams& params);
|
| void OnCancelDesktopNotification(int notification_id);
|
| + void OnDidAccessInitialDocument();
|
|
|
| // Returns whether the given URL is allowed to commit in the current process.
|
| // This is a more conservative check than RenderProcessHost::FilterURL, since
|
|
|