Chromium Code Reviews| Index: webkit/appcache/view_appcache_internals_job.cc |
| =================================================================== |
| --- webkit/appcache/view_appcache_internals_job.cc (revision 112534) |
| +++ webkit/appcache/view_appcache_internals_job.cc (working copy) |
| @@ -174,6 +174,8 @@ |
| str.append("Manifest, "); |
| if (info.is_master) |
| str.append("Master, "); |
| + if (info.is_intercept) |
| + str.append("Intercept, "); |
| if (info.is_fallback) |
| str.append("Fallback, "); |
| if (info.is_explicit) |