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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.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/web/WebFrame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 2d0eeb2537b49bddb0045f679802a91c31a45fa1..92032a7ebb110a3211d470cacee538045d2f041e 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -10,9 +10,6 @@
namespace blink {
-enum class WebAppBannerPromptReply;
-enum class WebSandboxFlags;
-enum class WebTreeScopeType;
class WebAutofillClient;
class WebContentSettingsClient;
class WebDevToolsAgent;
@@ -22,6 +19,10 @@ class WebNode;
class WebScriptExecutionCallback;
class WebSuspendableTask;
class WebTestInterfaceFactory;
+enum class WebAppBannerPromptReply;
+enum class WebCachePolicy;
+enum class WebSandboxFlags;
+enum class WebTreeScopeType;
struct WebPrintPresetOptions;
// Interface for interacting with in process frames. This contains methods that
@@ -87,8 +88,7 @@ public:
// Navigation ----------------------------------------------------------
// Returns a WebURLRequest corresponding to the load of the WebHistoryItem.
- virtual WebURLRequest requestFromHistoryItem(const WebHistoryItem&, WebURLRequest::CachePolicy)
- const = 0;
+ virtual WebURLRequest requestFromHistoryItem(const WebHistoryItem&, WebCachePolicy) const = 0;
// Returns a WebURLRequest corresponding to the reload of the current
// HistoryItem.
« no previous file with comments | « third_party/WebKit/public/web/WebFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698