Chromium Code Reviews| Index: extensions/common/url_pattern.h |
| =================================================================== |
| --- extensions/common/url_pattern.h (revision 287395) |
| +++ extensions/common/url_pattern.h (working copy) |
| @@ -72,6 +72,7 @@ |
| PARSE_ERROR_INVALID_HOST_WILDCARD, |
| PARSE_ERROR_EMPTY_PATH, |
| PARSE_ERROR_INVALID_PORT, |
| + PARSE_ERROR_INVALID_HOST, |
| NUM_PARSE_RESULTS |
| }; |