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

Unified Diff: content/worker/worker_webapplicationcachehost_impl.cc

Issue 161573002: Implement new willStartMainResourceRequest method of blink::WebApplicationCacheHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add no-op worker overload 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 | « content/worker/worker_webapplicationcachehost_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/worker_webapplicationcachehost_impl.cc
diff --git a/content/worker/worker_webapplicationcachehost_impl.cc b/content/worker/worker_webapplicationcachehost_impl.cc
index b4ccb40b624f13da5f089b3d70dca0cf3de4781f..392238adb7e3e2446c431ad14be8227a9a9dd426 100644
--- a/content/worker/worker_webapplicationcachehost_impl.cc
+++ b/content/worker/worker_webapplicationcachehost_impl.cc
@@ -19,6 +19,10 @@ void WorkerWebApplicationCacheHostImpl::willStartMainResourceRequest(
blink::WebURLRequest&, const blink::WebFrame*) {
}
+void WorkerWebApplicationCacheHostImpl::willStartMainResourceRequest(
+ blink::WebURLRequest&, const blink::WebApplicationCacheHost*) {
+}
+
void WorkerWebApplicationCacheHostImpl::didReceiveResponseForMainResource(
const blink::WebURLResponse&) {
}
« no previous file with comments | « content/worker/worker_webapplicationcachehost_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698