| 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
|
|
|