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

Unified Diff: content/common/appcache/appcache_backend_proxy.h

Issue 6667057: Loading from the "most appropiate" appcache. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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
Index: content/common/appcache/appcache_backend_proxy.h
===================================================================
--- content/common/appcache/appcache_backend_proxy.h (revision 78411)
+++ content/common/appcache/appcache_backend_proxy.h (working copy)
@@ -20,6 +20,7 @@
// AppCacheBackend methods
virtual void RegisterHost(int host_id);
virtual void UnregisterHost(int host_id);
+ virtual void SetSpawningHostId(int host_id, int spawning_host_id);
virtual void SelectCache(int host_id,
const GURL& document_url,
const int64 cache_document_was_loaded_from,
« no previous file with comments | « content/browser/appcache/appcache_dispatcher_host.cc ('k') | content/common/appcache/appcache_backend_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698