Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: webkit/appcache/appcache_interfaces.cc

Issue 7326023: about://appcache-internals enhancements (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/appcache/appcache_interfaces.h ('k') | webkit/appcache/view_appcache_internals_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_interfaces.cc
===================================================================
--- webkit/appcache/appcache_interfaces.cc (revision 91517)
+++ webkit/appcache/appcache_interfaces.cc (working copy)
@@ -40,7 +40,8 @@
is_manifest(0),
is_fallback(0),
is_foreign(0),
- is_explicit(0) {
+ is_explicit(0),
+ response_id(kNoResponseId) {
}
AppCacheResourceInfo::~AppCacheResourceInfo() {
« no previous file with comments | « webkit/appcache/appcache_interfaces.h ('k') | webkit/appcache/view_appcache_internals_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698