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

Unified Diff: third_party/WebKit/public/web/WebFrame.h

Issue 1858533002: Introduce WebCachePolicy to merge cache policy enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hiroshige review 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
« no previous file with comments | « third_party/WebKit/public/platform/WebURLRequest.h ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index 139ceeadc6750e646afe6af357325dfa97d55533..0fb1cb092bda4b4f65017a8231ea552c16267d0f 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -36,6 +36,7 @@
#include "WebIconURL.h"
#include "WebNode.h"
#include "WebURLLoaderOptions.h"
+#include "public/platform/WebCachePolicy.h"
#include "public/platform/WebCanvas.h"
#include "public/platform/WebMessagePortChannel.h"
#include "public/platform/WebPrivateOwnPtr.h"
@@ -353,7 +354,8 @@ public:
virtual void loadHistoryItem(
const WebHistoryItem&,
WebHistoryLoadType,
- WebURLRequest::CachePolicy = WebURLRequest::UseProtocolCachePolicy) = 0;
+ WebCachePolicy = WebCachePolicy::UseProtocolCachePolicy)
+ = 0;
// This method is short-hand for calling LoadData, where mime_type is
// "text/html" and text_encoding is "UTF-8".
« no previous file with comments | « third_party/WebKit/public/platform/WebURLRequest.h ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698