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

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

Issue 3009005: Chrome side of changes required to populate appcache resource list.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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: chrome/common/appcache/appcache_backend_proxy.h
===================================================================
--- chrome/common/appcache/appcache_backend_proxy.h (revision 53710)
+++ chrome/common/appcache/appcache_backend_proxy.h (working copy)
@@ -35,6 +35,9 @@
virtual appcache::Status GetStatus(int host_id);
virtual bool StartUpdate(int host_id);
virtual bool SwapCache(int host_id);
+ virtual void GetResourceList(
+ int host_id,
+ std::vector<appcache::AppCacheResourceInfo>* resource_infos);
private:
IPC::Message::Sender* sender_;

Powered by Google App Engine
This is Rietveld 408576698