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

Unified Diff: content/child/appcache/web_application_cache_host_impl.h

Issue 161573002: Implement new willStartMainResourceRequest method of blink::WebApplicationCacheHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | content/child/appcache/web_application_cache_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/appcache/web_application_cache_host_impl.h
diff --git a/content/child/appcache/web_application_cache_host_impl.h b/content/child/appcache/web_application_cache_host_impl.h
index afda8a0593d0161962b1e1c22512b20436f73a29..d72ca91cd8d9507327ed2daf238c2bc21bdc2924 100644
--- a/content/child/appcache/web_application_cache_host_impl.h
+++ b/content/child/appcache/web_application_cache_host_impl.h
@@ -48,6 +48,8 @@ class WebApplicationCacheHostImpl
// blink::WebApplicationCacheHost:
virtual void willStartMainResourceRequest(blink::WebURLRequest&,
const blink::WebFrame*);
+ virtual void willStartMainResourceRequest(
+ blink::WebURLRequest&, const blink::WebApplicationCacheHost*);
michaeln 2014/02/13 01:09:20 oh... can you also override this method to do noth
adamk 2014/02/13 18:46:01 Done.
virtual void willStartSubResourceRequest(blink::WebURLRequest&);
virtual void selectCacheWithoutManifest();
virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
« no previous file with comments | « no previous file | content/child/appcache/web_application_cache_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698