Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This tests product registry impl's register function. | |
| 2 Cleared ProductRegistryImpl | |
| 3 Testing: example.com -> example.(com|org) | |
| 4 Testing: wild.example.com -> *.example.com | |
| 5 Testing: test-1.example.com -> test-*.example.com | |
| 6 Testing: subdomain.example.com -> subdomain.example.com | |
| 7 Testing: example.org -> example.(com|org) | |
| 8 Testing: chromium.org -> null | |
| 9 | |
| OLD | NEW |