| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index d2775a533ca3e3ae900991ba5fa572e91da9b4a0..2e49ac45fc5a7fb0ad514474462de2bfccb52a39 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -1560,6 +1560,7 @@ void RenderFrameHostImpl::Navigate(
|
| // file access. If this is a different process, we will need to grant the
|
| // access again. The files listed in the page state are validated when they
|
| // are received from the renderer to prevent abuse.
|
| + // TODO(creis): Make this list frame-specific.
|
| if (history_params.page_state.IsValid()) {
|
| render_view_host_->GrantFileAccessFromPageState(history_params.page_state);
|
| }
|
|
|