diff options
author | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-23 23:40:20 +0000 |
---|---|---|
committer | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-23 23:40:20 +0000 |
commit | 07b8eedcd5cf8e9cc6c67f93a52d323d0638d46d (patch) | |
tree | 684e9a34c05debd6156ef945c5b60febd2b01de5 /net | |
parent | 3f5d5837c8187216a92c5a2c4c171ceeccf54358 (diff) | |
download | chromium_src-07b8eedcd5cf8e9cc6c67f93a52d323d0638d46d.zip chromium_src-07b8eedcd5cf8e9cc6c67f93a52d323d0638d46d.tar.gz chromium_src-07b8eedcd5cf8e9cc6c67f93a52d323d0638d46d.tar.bz2 |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/base/net_log_event_type_list.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 |