Index: webkit/appcache/web_application_cache_host_impl.h |
=================================================================== |
--- webkit/appcache/web_application_cache_host_impl.h (revision 50126) |
+++ webkit/appcache/web_application_cache_host_impl.h (working copy) |
@@ -36,6 +36,7 @@ |
void OnStatusChanged(appcache::Status); |
void OnEventRaised(appcache::EventID); |
void OnProgressEventRaised(const GURL& url, int num_total, int num_complete); |
+ void OnLogMessage(LogLevel log_level, const std::string& message); |
virtual void OnContentBlocked() {} |
// WebApplicationCacheHost methods |