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

Unified Diff: third_party/WebKit/Source/core/fetch/IntegrityMetadata.h

Issue 2398733003: Cache SubResourceIntegrity checks at Resource (Closed)
Patch Set: add include Created 4 years, 2 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: third_party/WebKit/Source/core/fetch/IntegrityMetadata.h
diff --git a/third_party/WebKit/Source/core/fetch/IntegrityMetadata.h b/third_party/WebKit/Source/core/fetch/IntegrityMetadata.h
index ec05050561dcfe13b92090a3f74030599e506d5d..ae9e57c3d82f627ef17b6a85106ed25b145efaf2 100644
--- a/third_party/WebKit/Source/core/fetch/IntegrityMetadata.h
+++ b/third_party/WebKit/Source/core/fetch/IntegrityMetadata.h
@@ -40,6 +40,8 @@ class CORE_EXPORT IntegrityMetadata {
HashAlgorithm m_algorithm;
};
+enum class ResourceIntegrityDisposition { NotChecked = 0, Failed, Passed };
+
} // namespace blink
#endif
« no previous file with comments | « third_party/WebKit/Source/core/dom/PendingScript.cpp ('k') | third_party/WebKit/Source/core/fetch/Resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698