summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/appcache/appcache_dispatcher_host.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/appcache/appcache_dispatcher_host.cc b/chrome/common/appcache/appcache_dispatcher_host.cc
index ee0265f..0fac0cf 100644
--- a/chrome/common/appcache/appcache_dispatcher_host.cc
+++ b/chrome/common/appcache/appcache_dispatcher_host.cc
@@ -46,6 +46,9 @@ bool AppCacheDispatcherHost::OnMessageReceived(const IPC::Message& msg,
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);