diff options
author | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 18:32:58 +0000 |
---|---|---|
committer | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 18:32:58 +0000 |
commit | 49837a1cc3f5c7779a7482480d466577b65281f4 (patch) | |
tree | 850942eb9babdbd651e4b45892c012e185585379 /webkit/appcache/web_application_cache_host_impl.h | |
parent | 3d7409b276eda72842e106fc7feb5d59464887f5 (diff) | |
download | chromium_src-49837a1cc3f5c7779a7482480d466577b65281f4.zip chromium_src-49837a1cc3f5c7779a7482480d466577b65281f4.tar.gz chromium_src-49837a1cc3f5c7779a7482480d466577b65281f4.tar.bz2 |
Minor AppCache mods
* Add some more logging to the console window for when a cache is first created and when a master entry is added.
* Relocate the code that generates the log message for when a document is loaded from an appcache to the browser process.
* Use a Singleton<T> instead of a static global for an IDMap<T> used in child processes.
* Call the recently added webkit API for reporting progress events.
BUG=39370,13685
TEST=some existing automated tests apply, manual tests for the console logging
Review URL: http://codereview.chromium.org/2877005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/web_application_cache_host_impl.h')
-rw-r--r-- | webkit/appcache/web_application_cache_host_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/appcache/web_application_cache_host_impl.h b/webkit/appcache/web_application_cache_host_impl.h index 9990c2c..84aa4d3 100644 --- a/webkit/appcache/web_application_cache_host_impl.h +++ b/webkit/appcache/web_application_cache_host_impl.h @@ -58,8 +58,6 @@ class WebApplicationCacheHostImpl : public WebKit::WebApplicationCacheHost { NO }; - void LogLoadedFromCacheMessage(); - WebKit::WebApplicationCacheHostClient* client_; AppCacheBackend* backend_; int host_id_; |