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

Unified Diff: Source/web/ApplicationCacheHost.cpp

Issue 23702040: Send synchronous loads through the cache. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 7 years, 3 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 | « Source/core/xml/parser/XMLDocumentParser.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ApplicationCacheHost.cpp
diff --git a/Source/web/ApplicationCacheHost.cpp b/Source/web/ApplicationCacheHost.cpp
index 3d952dd3dd00200a70aa61321d71bbe16e5a8c8b..da967c03aa4a3c2e8321f11d99b4bd23c8c4cf31 100644
--- a/Source/web/ApplicationCacheHost.cpp
+++ b/Source/web/ApplicationCacheHost.cpp
@@ -150,14 +150,6 @@ void ApplicationCacheHost::willStartLoadingResource(ResourceRequest& request)
}
}
-void ApplicationCacheHost::willStartLoadingSynchronously(ResourceRequest& request)
-{
- if (m_internal) {
- WrappedResourceRequest wrapped(request);
- m_internal->m_outerHost->willStartSubResourceRequest(wrapped);
- }
-}
-
void ApplicationCacheHost::setApplicationCache(ApplicationCache* domApplicationCache)
{
ASSERT(!m_domApplicationCache || !domApplicationCache);
« no previous file with comments | « Source/core/xml/parser/XMLDocumentParser.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698