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

Unified Diff: public/web/WebApplicationCacheHost.h

Issue 161303003: Add a version of WebApplicationCacheHost::willStartMainResourceRequest that doesn't depend on WebFr… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebApplicationCacheHost.h
diff --git a/public/web/WebApplicationCacheHost.h b/public/web/WebApplicationCacheHost.h
index d45369394fa59d55e59de869754c65276fa2d312..4c7fef522873f5623150c4ae1f3b1c7f4e4a4a35 100644
--- a/public/web/WebApplicationCacheHost.h
+++ b/public/web/WebApplicationCacheHost.h
@@ -74,6 +74,7 @@ public:
virtual ~WebApplicationCacheHost() { }
// Called for every request made within the context.
+ virtual void willStartMainResourceRequest(WebURLRequest& r, const WebApplicationCacheHost* spawningHost) { }
virtual void willStartMainResourceRequest(WebURLRequest& r, const WebFrame*) { }
virtual void willStartSubResourceRequest(WebURLRequest&) { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698