Index: webkit/appcache/view_appcache_internals_job.cc |
=================================================================== |
--- webkit/appcache/view_appcache_internals_job.cc (revision 113546) |
+++ webkit/appcache/view_appcache_internals_job.cc (working copy) |
@@ -176,6 +176,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) |