| Index: chrome/common/safe_browsing/file_type_policies.h
 | 
| diff --git a/chrome/common/safe_browsing/file_type_policies.h b/chrome/common/safe_browsing/file_type_policies.h
 | 
| index 6e3e5576bf5075b03c0ae82a3684185ec1885291..f50d3a6ff6feaf13f4a12326ddc72d23a88d1611 100644
 | 
| --- a/chrome/common/safe_browsing/file_type_policies.h
 | 
| +++ b/chrome/common/safe_browsing/file_type_policies.h
 | 
| @@ -86,6 +86,7 @@ class FileTypePolicies {
 | 
|      FAILED_VERSION_CHECK = 5,
 | 
|      FAILED_DEFAULT_SETTING_SET = 6,
 | 
|      FAILED_WRONG_SETTINGS_COUNT = 7,
 | 
| +    SKIPPED_VERSION_CHECK_EQUAL = 8,
 | 
|    };
 | 
|  
 | 
|    // Read data from an serialized protobuf and update the internal list
 | 
| 
 |