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

Unified Diff: third_party/WebKit/Source/platform/network/ResourceRequest.h

Issue 2535383003: Collapse images disallowed by the Safe Browsing Subresource Filter. (Closed)
Patch Set: Rebase. Created 4 years 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/platform/network/ResourceError.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/Source/platform/network/ResourceRequest.h
diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.h b/third_party/WebKit/Source/platform/network/ResourceRequest.h
index c3959119aad726c646e85b8c183e82527554856f..4a2ecc50de24c4d183b97254032139140009fefa 100644
--- a/third_party/WebKit/Source/platform/network/ResourceRequest.h
+++ b/third_party/WebKit/Source/platform/network/ResourceRequest.h
@@ -45,14 +45,14 @@ namespace blink {
enum class WebCachePolicy;
-enum ResourceRequestBlockedReason {
- ResourceRequestBlockedReasonCSP,
- ResourceRequestBlockedReasonMixedContent,
- ResourceRequestBlockedReasonOrigin,
- ResourceRequestBlockedReasonInspector,
- ResourceRequestBlockedReasonSubresourceFilter,
- ResourceRequestBlockedReasonOther,
- ResourceRequestBlockedReasonNone
+enum class ResourceRequestBlockedReason {
+ CSP,
+ MixedContent,
+ Origin,
+ Inspector,
+ SubresourceFilter,
+ Other,
+ None
};
enum InputToLoadPerfMetricReportPolicy {
« no previous file with comments | « third_party/WebKit/Source/platform/network/ResourceError.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698