| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index a852cadf37cbbdafabfbe3b1215aaa57a1118c2b..52f4ab65f95a9f81b2ca4fcca7d30643e7ebb82d 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -79,6 +79,7 @@ class WebPresentationClient;
|
| class WebPushClient;
|
| class WebSecurityOrigin;
|
| class WebWakeLockClient;
|
| +enum class WebCachePolicy;
|
| struct WebCompositionUnderline;
|
| struct WebContextMenuData;
|
| struct WebCursorInfo;
|
| @@ -883,8 +884,8 @@ class CONTENT_EXPORT RenderFrameImpl
|
| void PrepareRenderViewForNavigation(
|
| const GURL& url,
|
| const RequestNavigationParams& request_params,
|
| - bool* is_reload,
|
| - blink::WebURLRequest::CachePolicy* cache_policy);
|
| + bool is_reload,
|
| + blink::WebCachePolicy cache_policy);
|
|
|
| // PlzNavigate
|
| // Sends a FrameHostMsg_BeginNavigation to the browser based on the contents
|
|
|