From 07b8eedcd5cf8e9cc6c67f93a52d323d0638d46d Mon Sep 17 00:00:00 2001 From: "michaeln@chromium.org" Date: Fri, 23 Jul 2010 23:40:20 +0000 Subject: Put minimal appcache info in the netlog. BUG=49854 TEST=manual Review URL: http://codereview.chromium.org/2847068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53551 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/net_log_event_type_list.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'net/base') diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h index d9225f8..08f0be0 100644 --- a/net/base/net_log_event_type_list.h +++ b/net/base/net_log_event_type_list.h @@ -596,6 +596,20 @@ EVENT_TYPE(AUTH_PROXY) EVENT_TYPE(AUTH_SERVER) // ------------------------------------------------------------------------ +// HTML5 Application Cache +// ------------------------------------------------------------------------ + +// This event is emitted whenever a request is satistifed directly from +// the appache. +EVENT_TYPE(APPCACHE_DELIVERING_CACHED_RESPONSE) + +// This event is emitted whenever the appcache uses a fallback response. +EVENT_TYPE(APPCACHE_DELIVERING_FALLBACK_RESPONSE) + +// This event is emitted whenever the appcache generates an error response. +EVENT_TYPE(APPCACHE_DELIVERING_ERROR_RESPONSE) + +// ------------------------------------------------------------------------ // Global events // ------------------------------------------------------------------------ // These are events which are not grouped by source id, as they have no -- cgit v1.1