Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1598)

Unified Diff: content/renderer/render_frame_impl.h

Issue 1858533002: Introduce WebCachePolicy to merge cache policy enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review, minor fixes Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698