Index: chrome/common/appcache/appcache_dispatcher_host.cc |
=================================================================== |
--- chrome/common/appcache/appcache_dispatcher_host.cc (revision 26254) |
+++ chrome/common/appcache/appcache_dispatcher_host.cc (working copy) |
@@ -46,6 +46,9 @@ |
return handled; |
} |
+// TODO(michaeln): Handle the invalid host id error condition, probably |
+// terminate the child process. |
+ |
void AppCacheDispatcherHost::OnRegisterHost(int host_id) { |
if (appcache_service_.get()) |
backend_impl_.RegisterHost(host_id); |