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

Unified Diff: third_party/WebKit/public/platform/WebCachePolicy.h

Issue 2517983002: [DevTools] Properly handle cache-only requests when cache is disabled (Closed)
Patch Set: Created 4 years, 1 month 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/Source/core/inspector/InspectorNetworkAgent.cpp ('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/platform/WebCachePolicy.h
diff --git a/third_party/WebKit/public/platform/WebCachePolicy.h b/third_party/WebKit/public/platform/WebCachePolicy.h
index 553767ddff0580eb48cc44c0ca667ef5be77a629..bbcdec55ba873067673d767cba716430f882993b 100644
--- a/third_party/WebKit/public/platform/WebCachePolicy.h
+++ b/third_party/WebKit/public/platform/WebCachePolicy.h
@@ -15,6 +15,8 @@ enum class WebCachePolicy {
// data
ReturnCacheDataDontLoad, // results of a post - allow stale data and only use
// cache
+ BypassCacheLoadOnlyFromCache, // for cache-only load when disable cache
+ // is enabled. Results in a network error.
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698