Index: content/browser/appcache/appcache_frontend_proxy.cc |
diff --git a/content/browser/appcache/appcache_frontend_proxy.cc b/content/browser/appcache/appcache_frontend_proxy.cc |
index 0ef1e32b1b8ad7a1b94ea16c2fd785fc40b545d9..826dd84cae29e213c60818de05063d0b406f1f09 100644 |
--- a/content/browser/appcache/appcache_frontend_proxy.cc |
+++ b/content/browser/appcache/appcache_frontend_proxy.cc |
@@ -37,9 +37,8 @@ void AppCacheFrontendProxy::OnProgressEventRaised( |
void AppCacheFrontendProxy::OnErrorEventRaised( |
const std::vector<int>& host_ids, |
- const std::string& message) { |
- sender_->Send(new AppCacheMsg_ErrorEventRaised( |
- host_ids, message)); |
+ const appcache::ErrorDetails& details) { |
+ sender_->Send(new AppCacheMsg_ErrorEventRaised(host_ids, details)); |
} |
void AppCacheFrontendProxy::OnLogMessage(int host_id, |