Chromium Code Reviews| Index: content/common/appcache/appcache_backend_proxy.cc |
| =================================================================== |
| --- content/common/appcache/appcache_backend_proxy.cc (revision 78411) |
| +++ content/common/appcache/appcache_backend_proxy.cc (working copy) |
| @@ -14,6 +14,12 @@ |
| sender_->Send(new AppCacheHostMsg_UnregisterHost(host_id)); |
| } |
| +void AppCacheBackendProxy::SetSpawningHostId(int host_id, |
| + int spawning_host_id) { |
| + sender_->Send(new AppCacheHostMsg_SetSpawningHostId( |
| + host_id, spawning_host_id)); |
|
adamk
2011/03/17 23:33:29
nit: indentation off here.
michaeln
2011/03/17 23:59:04
i was making this consistent with how the indentat
adamk
2011/03/18 00:03:29
Ah, ok, I'm not yet used to Rietveld and its foldi
|
| +} |
| + |
| void AppCacheBackendProxy::SelectCache( |
| int host_id, |
| const GURL& document_url, |