X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fchild%2Fappcache%2Fweb_application_cache_host_impl.h;h=4f570c53cf0ee195141cd45372bc8da804494905;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=601913468dda59a3eeb583cb3007d0fa57c08755;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/child/appcache/web_application_cache_host_impl.h b/src/content/child/appcache/web_application_cache_host_impl.h index 6019134..4f570c5 100644 --- a/src/content/child/appcache/web_application_cache_host_impl.h +++ b/src/content/child/appcache/web_application_cache_host_impl.h @@ -34,7 +34,7 @@ class WebApplicationCacheHostImpl void OnStatusChanged(appcache::Status); void OnEventRaised(appcache::EventID); void OnProgressEventRaised(const GURL& url, int num_total, int num_complete); - void OnErrorEventRaised(const std::string& message); + void OnErrorEventRaised(const appcache::ErrorDetails& details); virtual void OnLogMessage(appcache::LogLevel log_level, const std::string& message) {} virtual void OnContentBlocked(const GURL& manifest_url) {}