Chromium Code Reviews| Index: net/base/transport_security_state.cc |
| =================================================================== |
| --- net/base/transport_security_state.cc (revision 72707) |
| +++ net/base/transport_security_state.cc (working copy) |
| @@ -436,6 +436,7 @@ |
| {17, false, "\002id\010mayfirst\003org"}, |
| {20, false, "\005lists\010mayfirst\003org"}, |
| {19, true, "\015splendidbacon\003com"}, |
| + {19, false, "\006health\006google\003com"}, |
| }; |
| static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); |