Index: chrome/renderer/renderer_webapplicationcachehost_impl.cc |
=================================================================== |
--- chrome/renderer/renderer_webapplicationcachehost_impl.cc (revision 53710) |
+++ chrome/renderer/renderer_webapplicationcachehost_impl.cc (working copy) |
@@ -43,10 +43,10 @@ |
} |
void RendererWebApplicationCacheHostImpl::OnCacheSelected( |
- int64 selected_cache_id, appcache::Status status) { |
+ const appcache::AppCacheInfo& info) { |
// TODO(jochen): Send a ViewHostMsg_AppCacheAccessed to the browser once this |
// methods gets the manifest url passed. |
- WebApplicationCacheHostImpl::OnCacheSelected(selected_cache_id, status); |
+ WebApplicationCacheHostImpl::OnCacheSelected(info); |
} |
RenderView* RendererWebApplicationCacheHostImpl::GetRenderView() { |