| Index: webkit/appcache/appcache_backend_impl.cc
 | 
| ===================================================================
 | 
| --- webkit/appcache/appcache_backend_impl.cc	(revision 81647)
 | 
| +++ webkit/appcache/appcache_backend_impl.cc	(working copy)
 | 
| @@ -59,8 +59,7 @@
 | 
|    AppCacheHost* host = GetHost(host_id);
 | 
|    if (!host)
 | 
|      return false;
 | 
| -  // TODO(michaeln): Write me, see the bug for details.
 | 
| -  // http://code.google.com/p/chromium/issues/detail?id=68479
 | 
| +  host->SetSpawningHostId(process_id_, spawning_host_id);
 | 
|    return true;
 | 
|  }
 | 
|  
 | 
| 
 |