Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3128)

Unified Diff: chrome/common/appcache/appcache_dispatcher_host.cc

Issue 192043: AppCacheHost cache selection algorithm (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/appcache/appcache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | webkit/appcache/appcache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698