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

Unified Diff: chrome/renderer/renderer_webapplicationcachehost_impl.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/renderer/renderer_webapplicationcachehost_impl.h
===================================================================
--- chrome/renderer/renderer_webapplicationcachehost_impl.h (revision 53710)
+++ chrome/renderer/renderer_webapplicationcachehost_impl.h (working copy)
@@ -21,8 +21,7 @@
virtual void OnLogMessage(appcache::LogLevel log_level,
const std::string& message);
virtual void OnContentBlocked(const GURL& manifest_url);
- virtual void OnCacheSelected(int64 selected_cache_id,
- appcache::Status status);
+ virtual void OnCacheSelected(const appcache::AppCacheInfo& info);
private:
RenderView* GetRenderView();

Powered by Google App Engine
This is Rietveld 408576698