Chromium Code Reviews

Unified Diff: webkit/appcache/view_appcache_internals_job.cc

Issue 8396013: AppCache INTERCEPT namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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)

Powered by Google App Engine