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

Unified Diff: content/worker/worker_webapplicationcachehost_impl.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/worker/worker_webapplicationcachehost_impl.h
===================================================================
--- content/worker/worker_webapplicationcachehost_impl.h (revision 78411)
+++ content/worker/worker_webapplicationcachehost_impl.h (working copy)
@@ -36,7 +36,8 @@
// Main resource loading is different for workers. The resource is
// loaded by the creator of the worker rather than the worker itself.
- virtual void willStartMainResourceRequest(WebKit::WebURLRequest&) {}
+ virtual void willStartMainResourceRequest(
+ WebKit::WebURLRequest&, const WebKit::WebFrame*) {}
virtual void didReceiveResponseForMainResource(
const WebKit::WebURLResponse&) {}
virtual void didReceiveDataForMainResource(const char* data, int len) {}

Powered by Google App Engine
This is Rietveld 408576698