<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[185615] trunk/Source/WebKit2</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/185615">185615</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2015-06-16 14:55:07 -0700 (Tue, 16 Jun 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>WebResourceCacheManager is unused, get rid of it
https://bugs.webkit.org/show_bug.cgi?id=146027

Reviewed by Sam Weinig.

* DerivedSources.make:
* UIProcess/API/C/WKAPICast.h:
* UIProcess/API/C/WKContext.cpp:
* UIProcess/WebProcessPool.cpp:
* UIProcess/WebResourceCacheManagerProxy.cpp: Removed.
(WebKit::WebResourceCacheManagerProxy::supplementName): Deleted.
(WebKit::WebResourceCacheManagerProxy::create): Deleted.
(WebKit::WebResourceCacheManagerProxy::WebResourceCacheManagerProxy): Deleted.
(WebKit::WebResourceCacheManagerProxy::~WebResourceCacheManagerProxy): Deleted.
(WebKit::WebResourceCacheManagerProxy::processPoolDestroyed): Deleted.
(WebKit::WebResourceCacheManagerProxy::processDidClose): Deleted.
(WebKit::WebResourceCacheManagerProxy::shouldTerminate): Deleted.
(WebKit::WebResourceCacheManagerProxy::refWebContextSupplement): Deleted.
(WebKit::WebResourceCacheManagerProxy::derefWebContextSupplement): Deleted.
(WebKit::WebResourceCacheManagerProxy::getCacheOrigins): Deleted.
(WebKit::WebResourceCacheManagerProxy::didGetCacheOrigins): Deleted.
(WebKit::WebResourceCacheManagerProxy::clearCacheForOrigin): Deleted.
(WebKit::WebResourceCacheManagerProxy::clearCacheForAllOrigins): Deleted.
* UIProcess/WebResourceCacheManagerProxy.h: Removed.
* UIProcess/WebResourceCacheManagerProxy.messages.in: Removed.
* WebKit2.xcodeproj/project.pbxproj:
* WebProcess/ResourceCache/WebResourceCacheManager.cpp: Removed.
(WebKit::WebResourceCacheManager::supplementName): Deleted.
(WebKit::WebResourceCacheManager::WebResourceCacheManager): Deleted.
(WebKit::WebResourceCacheManager::getCacheOrigins): Deleted.
(WebKit::WebResourceCacheManager::returnCacheOrigins): Deleted.
(WebKit::WebResourceCacheManager::clearCacheForOrigin): Deleted.
(WebKit::WebResourceCacheManager::clearCacheForAllOrigins): Deleted.
* WebProcess/ResourceCache/WebResourceCacheManager.h: Removed.
* WebProcess/ResourceCache/WebResourceCacheManager.messages.in: Removed.
* WebProcess/ResourceCache/cf/WebResourceCacheManagerCFNet.mm: Removed.
(WebKit::partitionName): Deleted.
(WebKit::WebResourceCacheManager::cfURLCacheHostNamesWithCallback): Deleted.
(WebKit::WebResourceCacheManager::clearCFURLCacheForHostNames): Deleted.
* WebProcess/WebProcess.cpp:
(WebKit::WebProcess::WebProcess): Deleted.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2DerivedSourcesmake">trunk/Source/WebKit2/DerivedSources.make</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKAPICasth">trunk/Source/WebKit2/UIProcess/API/C/WKAPICast.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKContextcpp">trunk/Source/WebKit2/UIProcess/API/C/WKContext.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebProcessPoolcpp">trunk/Source/WebKit2/UIProcess/WebProcessPool.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj">trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebProcesscpp">trunk/Source/WebKit2/WebProcess/WebProcess.cpp</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2UIProcessWebResourceCacheManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebResourceCacheManagerProxyh">trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebResourceCacheManagerProxymessagesin">trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.messages.in</a></li>
<li>trunk/Source/WebKit2/WebProcess/ResourceCache/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (185614 => 185615)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2015-06-16 21:40:35 UTC (rev 185614)
+++ trunk/Source/WebKit2/ChangeLog        2015-06-16 21:55:07 UTC (rev 185615)
</span><span class="lines">@@ -1,3 +1,47 @@
</span><ins>+2015-06-16  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        WebResourceCacheManager is unused, get rid of it
+        https://bugs.webkit.org/show_bug.cgi?id=146027
+
+        Reviewed by Sam Weinig.
+
+        * DerivedSources.make:
+        * UIProcess/API/C/WKAPICast.h:
+        * UIProcess/API/C/WKContext.cpp:
+        * UIProcess/WebProcessPool.cpp:
+        * UIProcess/WebResourceCacheManagerProxy.cpp: Removed.
+        (WebKit::WebResourceCacheManagerProxy::supplementName): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::create): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::WebResourceCacheManagerProxy): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::~WebResourceCacheManagerProxy): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::processPoolDestroyed): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::processDidClose): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::shouldTerminate): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::refWebContextSupplement): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::derefWebContextSupplement): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::getCacheOrigins): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::didGetCacheOrigins): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::clearCacheForOrigin): Deleted.
+        (WebKit::WebResourceCacheManagerProxy::clearCacheForAllOrigins): Deleted.
+        * UIProcess/WebResourceCacheManagerProxy.h: Removed.
+        * UIProcess/WebResourceCacheManagerProxy.messages.in: Removed.
+        * WebKit2.xcodeproj/project.pbxproj:
+        * WebProcess/ResourceCache/WebResourceCacheManager.cpp: Removed.
+        (WebKit::WebResourceCacheManager::supplementName): Deleted.
+        (WebKit::WebResourceCacheManager::WebResourceCacheManager): Deleted.
+        (WebKit::WebResourceCacheManager::getCacheOrigins): Deleted.
+        (WebKit::WebResourceCacheManager::returnCacheOrigins): Deleted.
+        (WebKit::WebResourceCacheManager::clearCacheForOrigin): Deleted.
+        (WebKit::WebResourceCacheManager::clearCacheForAllOrigins): Deleted.
+        * WebProcess/ResourceCache/WebResourceCacheManager.h: Removed.
+        * WebProcess/ResourceCache/WebResourceCacheManager.messages.in: Removed.
+        * WebProcess/ResourceCache/cf/WebResourceCacheManagerCFNet.mm: Removed.
+        (WebKit::partitionName): Deleted.
+        (WebKit::WebResourceCacheManager::cfURLCacheHostNamesWithCallback): Deleted.
+        (WebKit::WebResourceCacheManager::clearCFURLCacheForHostNames): Deleted.
+        * WebProcess/WebProcess.cpp:
+        (WebKit::WebProcess::WebProcess): Deleted.
+
</ins><span class="cx"> 2015-06-16  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         CMake build fix after r185601.
</span></span></pre></div>
<a id="trunkSourceWebKit2DerivedSourcesmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/DerivedSources.make (185614 => 185615)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/DerivedSources.make        2015-06-16 21:40:35 UTC (rev 185614)
+++ trunk/Source/WebKit2/DerivedSources.make        2015-06-16 21:55:07 UTC (rev 185615)
</span><span class="lines">@@ -131,8 +131,6 @@
</span><span class="cx">     WebProcessConnection \
</span><span class="cx">     WebProcessPool \
</span><span class="cx">     WebProcessProxy \
</span><del>-    WebResourceCacheManager \
-    WebResourceCacheManagerProxy \
</del><span class="cx">     WebResourceLoader \
</span><span class="cx">     WebUserContentController \
</span><span class="cx">     WebUserContentControllerProxy \
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKAPICasth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKAPICast.h (185614 => 185615)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKAPICast.h        2015-06-16 21:40:35 UTC (rev 185614)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKAPICast.h        2015-06-16 21:55:07 UTC (rev 185615)
</span><span class="lines">@@ -105,7 +105,6 @@
</span><span class="cx"> class WebProtectionSpace;
</span><span class="cx"> class WebRenderLayer;
</span><span class="cx"> class WebRenderObject;
</span><del>-class WebResourceCacheManagerProxy;
</del><span class="cx"> class WebTextChecker;
</span><span class="cx"> class WebUserContentControllerProxy;
</span><span class="cx"> class WebVibrationProxy;
</span><span class="lines">@@ -118,7 +117,6 @@
</span><span class="cx"> WK_ADD_API_MAPPING(WKBatteryManagerRef, WebBatteryManagerProxy)
</span><span class="cx"> WK_ADD_API_MAPPING(WKBatteryStatusRef, WebBatteryStatus)
</span><span class="cx"> WK_ADD_API_MAPPING(WKBundleHitTestResultMediaType, BundleHitTestResultMediaType)
</span><del>-WK_ADD_API_MAPPING(WKResourceCacheManagerRef, WebResourceCacheManagerProxy)
</del><span class="cx"> WK_ADD_API_MAPPING(WKColorPickerResultListenerRef, WebColorPickerResultListenerProxy)
</span><span class="cx"> WK_ADD_API_MAPPING(WKContextRef, WebProcessPool)
</span><span class="cx"> WK_ADD_API_MAPPING(WKContextConfigurationRef, API::ProcessPoolConfiguration)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKContext.cpp (185614 => 185615)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKContext.cpp        2015-06-16 21:40:35 UTC (rev 185614)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKContext.cpp        2015-06-16 21:55:07 UTC (rev 185615)
</span><span class="lines">@@ -51,7 +51,6 @@
</span><span class="cx"> #include &quot;WebKeyValueStorageManager.h&quot;
</span><span class="cx"> #include &quot;WebMediaCacheManagerProxy.h&quot;
</span><span class="cx"> #include &quot;WebNotificationManagerProxy.h&quot;
</span><del>-#include &quot;WebResourceCacheManagerProxy.h&quot;
</del><span class="cx"> #if ENABLE(BATTERY_STATUS)
</span><span class="cx"> #include &quot;WebBatteryManagerProxy.h&quot;
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebProcessPoolcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebProcessPool.cpp (185614 => 185615)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebProcessPool.cpp        2015-06-16 21:40:35 UTC (rev 185614)
+++ trunk/Source/WebKit2/UIProcess/WebProcessPool.cpp        2015-06-16 21:55:07 UTC (rev 185615)
</span><span class="lines">@@ -56,7 +56,6 @@
</span><span class="cx"> #include &quot;WebProcessMessages.h&quot;
</span><span class="cx"> #include &quot;WebProcessPoolMessages.h&quot;
</span><span class="cx"> #include &quot;WebProcessProxy.h&quot;
</span><del>-#include &quot;WebResourceCacheManagerProxy.h&quot;
</del><span class="cx"> #include &quot;WebsiteDataStore.h&quot;
</span><span class="cx"> #include &lt;WebCore/ApplicationCacheStorage.h&gt;
</span><span class="cx"> #include &lt;WebCore/Language.h&gt;
</span><span class="lines">@@ -197,7 +196,6 @@
</span><span class="cx">     addSupplement&lt;WebKeyValueStorageManager&gt;();
</span><span class="cx">     addSupplement&lt;WebMediaCacheManagerProxy&gt;();
</span><span class="cx">     addSupplement&lt;WebNotificationManagerProxy&gt;();
</span><del>-    addSupplement&lt;WebResourceCacheManagerProxy&gt;();
</del><span class="cx">     addSupplement&lt;WebDatabaseManagerProxy&gt;();
</span><span class="cx"> #if USE(SOUP)
</span><span class="cx">     addSupplement&lt;WebSoupCustomProtocolRequestManager&gt;();
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebResourceCacheManagerProxycpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp (185614 => 185615)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp        2015-06-16 21:40:35 UTC (rev 185614)
+++ trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp        2015-06-16 21:55:07 UTC (rev 185615)
</span><span class="lines">@@ -1,128 +0,0 @@
</span><del>-/*
- * Copyright (C) 2011, 2013 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebResourceCacheManagerProxy.h&quot;
-
-#include &quot;APIDictionary.h&quot;
-#include &quot;APISecurityOrigin.h&quot;
-#include &quot;SecurityOriginData.h&quot;
-#include &quot;WebProcessPool.h&quot;
-#include &quot;WebResourceCacheManagerMessages.h&quot;
-#include &quot;WebResourceCacheManagerProxyMessages.h&quot;
-
-#if ENABLE(NETWORK_PROCESS)
-#include &quot;NetworkProcessMessages.h&quot;
-#endif
-
-using namespace WebCore;
-
-namespace WebKit {
-
-const char* WebResourceCacheManagerProxy::supplementName()
-{
-    return &quot;WebResourceCacheManagerProxy&quot;;
-}
-
-PassRefPtr&lt;WebResourceCacheManagerProxy&gt; WebResourceCacheManagerProxy::create(WebProcessPool* processPool)
-{
-    return adoptRef(new WebResourceCacheManagerProxy(processPool));
-}
-
-WebResourceCacheManagerProxy::WebResourceCacheManagerProxy(WebProcessPool* processPool)
-    : WebContextSupplement(processPool)
-{
-    WebContextSupplement::processPool()-&gt;addMessageReceiver(Messages::WebResourceCacheManagerProxy::messageReceiverName(), *this);
-}
-
-WebResourceCacheManagerProxy::~WebResourceCacheManagerProxy()
-{
-}
-
-// WebContextSupplement
-
-void WebResourceCacheManagerProxy::processPoolDestroyed()
-{
-    invalidateCallbackMap(m_arrayCallbacks, CallbackBase::Error::OwnerWasInvalidated);
-}
-
-void WebResourceCacheManagerProxy::processDidClose(WebProcessProxy*)
-{
-    invalidateCallbackMap(m_arrayCallbacks, CallbackBase::Error::ProcessExited);
-}
-
-bool WebResourceCacheManagerProxy::shouldTerminate(WebProcessProxy*) const
-{
-    return m_arrayCallbacks.isEmpty();
-}
-
-void WebResourceCacheManagerProxy::refWebContextSupplement()
-{
-    API::Object::ref();
-}
-
-void WebResourceCacheManagerProxy::derefWebContextSupplement()
-{
-    API::Object::deref();
-}
-
-void WebResourceCacheManagerProxy::getCacheOrigins(std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
-{
-    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(WTF::move(callbackFunction));
-    uint64_t callbackID = callback-&gt;callbackID();
-    m_arrayCallbacks.set(callbackID, callback.release());
-
-    // FIXME (Multi-WebProcess): &lt;rdar://problem/12239765&gt; When multi-process is enabled, we need to aggregate the callback data from all processes.
-    processPool()-&gt;sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebResourceCacheManager::GetCacheOrigins(callbackID));
-}
-
-void WebResourceCacheManagerProxy::didGetCacheOrigins(const Vector&lt;SecurityOriginData&gt;&amp; origins, uint64_t callbackID)
-{
-    RefPtr&lt;ArrayCallback&gt; callback = m_arrayCallbacks.take(callbackID);
-    performAPICallbackWithSecurityOriginDataVector(origins, callback.get());
-}
-
-void WebResourceCacheManagerProxy::clearCacheForOrigin(API::SecurityOrigin* origin, ResourceCachesToClear cachesToClear)
-{
-    SecurityOriginData securityOrigin;
-    securityOrigin.protocol = origin-&gt;securityOrigin().protocol();
-    securityOrigin.host = origin-&gt;securityOrigin().host();
-    securityOrigin.port = origin-&gt;securityOrigin().port();
-
-    // FIXME (Multi-WebProcess): &lt;rdar://problem/12239765&gt; There is no need to relaunch all processes. One process to take care of persistent cache is enough.
-    processPool()-&gt;sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebResourceCacheManager::ClearCacheForOrigin(securityOrigin, cachesToClear));
-}
-
-void WebResourceCacheManagerProxy::clearCacheForAllOrigins(ResourceCachesToClear cachesToClear)
-{
-#if ENABLE(NETWORK_PROCESS)
-    processPool()-&gt;sendToNetworkingProcessRelaunchingIfNecessary(Messages::NetworkProcess::ClearCacheForAllOrigins(cachesToClear));
-#endif
-
-    // FIXME (Multi-WebProcess): &lt;rdar://problem/12239765&gt; There is no need to relaunch all processes. One process to take care of persistent cache is enough.
-    processPool()-&gt;sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebResourceCacheManager::ClearCacheForAllOrigins(cachesToClear));
-}
-
-} // namespace WebKit
</del></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebResourceCacheManagerProxyh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.h (185614 => 185615)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.h        2015-06-16 21:40:35 UTC (rev 185614)
+++ trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.h        2015-06-16 21:55:07 UTC (rev 185615)
</span><span class="lines">@@ -1,81 +0,0 @@
</span><del>-/*
- * Copyright (C) 2011, 2013 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef WebResourceCacheManagerProxy_h
-#define WebResourceCacheManagerProxy_h
-
-#include &quot;APIObject.h&quot;
-#include &quot;Arguments.h&quot;
-#include &quot;GenericCallback.h&quot;
-#include &quot;MessageReceiver.h&quot;
-#include &quot;ResourceCachesToClear.h&quot;
-#include &quot;WebContextSupplement.h&quot;
-#include &lt;wtf/HashMap.h&gt;
-#include &lt;wtf/PassRefPtr.h&gt;
-
-namespace WebKit {
-
-struct SecurityOriginData;
-class WebProcessPool;
-class WebProcessProxy;
-
-typedef GenericCallback&lt;API::Array*&gt; ArrayCallback;
-
-class WebResourceCacheManagerProxy : public API::ObjectImpl&lt;API::Object::Type::CacheManager&gt;, public WebContextSupplement, private IPC::MessageReceiver {
-public:
-    static const char* supplementName();
-
-    static PassRefPtr&lt;WebResourceCacheManagerProxy&gt; create(WebProcessPool*);
-    virtual ~WebResourceCacheManagerProxy();
-
-    void getCacheOrigins(std::function&lt;void (API::Array*, CallbackBase::Error)&gt;);
-    void clearCacheForOrigin(API::SecurityOrigin*, ResourceCachesToClear);
-    void clearCacheForAllOrigins(ResourceCachesToClear);
-
-    using API::Object::ref;
-    using API::Object::deref;
-
-private:
-    explicit WebResourceCacheManagerProxy(WebProcessPool*);
-
-    // WebContextSupplement
-    virtual void processPoolDestroyed() override;
-    virtual void processDidClose(WebProcessProxy*) override;
-    virtual bool shouldTerminate(WebProcessProxy*) const override;
-    virtual void refWebContextSupplement() override;
-    virtual void derefWebContextSupplement() override;
-
-    // IPC::MessageReceiver
-    virtual void didReceiveMessage(IPC::Connection&amp;, IPC::MessageDecoder&amp;) override;
-
-    // Message handlers.
-    void didGetCacheOrigins(const Vector&lt;SecurityOriginData&gt;&amp; originIdentifiers, uint64_t callbackID);
-
-    HashMap&lt;uint64_t, RefPtr&lt;ArrayCallback&gt;&gt; m_arrayCallbacks;
-};
-
-} // namespace WebKit
-
-#endif // DatabaseManagerProxy_h
</del></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebResourceCacheManagerProxymessagesin"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.messages.in (185614 => 185615)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.messages.in        2015-06-16 21:40:35 UTC (rev 185614)
+++ trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.messages.in        2015-06-16 21:55:07 UTC (rev 185615)
</span><span class="lines">@@ -1,25 +0,0 @@
</span><del>-# Copyright (C) 2011 Apple Inc. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1.  Redistributions of source code must retain the above copyright
-#     notice, this list of conditions and the following disclaimer.
-# 2.  Redistributions in binary form must reproduce the above copyright
-#     notice, this list of conditions and the following disclaimer in the
-#     documentation and/or other materials provided with the distribution.
-#
-# THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR
-# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-messages -&gt; WebResourceCacheManagerProxy {
-    DidGetCacheOrigins(Vector&lt;WebKit::SecurityOriginData&gt; originIdentifiers, uint64_t callbackID)
-}
</del></span></pre></div>
<a id="trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (185614 => 185615)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2015-06-16 21:40:35 UTC (rev 185614)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2015-06-16 21:55:07 UTC (rev 185615)
</span><span class="lines">@@ -741,16 +741,8 @@
</span><span class="cx">                 3309345B1315B9980097A7BC /* WKCookieManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 330934591315B9980097A7BC /* WKCookieManager.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 33152975130D0CB200ED2483 /* SecurityOriginData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33152973130D0CB200ED2483 /* SecurityOriginData.cpp */; };
</span><span class="cx">                 33152976130D0CB200ED2483 /* SecurityOriginData.h in Headers */ = {isa = PBXBuildFile; fileRef = 33152974130D0CB200ED2483 /* SecurityOriginData.h */; };
</span><del>-                3336762F130C9998006C9DE2 /* WebResourceCacheManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3336762C130C9998006C9DE2 /* WebResourceCacheManager.cpp */; };
-                33367630130C9998006C9DE2 /* WebResourceCacheManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3336762D130C9998006C9DE2 /* WebResourceCacheManager.h */; };
-                33367635130C99B2006C9DE2 /* WebResourceCacheManagerProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33367632130C99B2006C9DE2 /* WebResourceCacheManagerProxy.cpp */; };
-                33367636130C99B2006C9DE2 /* WebResourceCacheManagerProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 33367633130C99B2006C9DE2 /* WebResourceCacheManagerProxy.h */; };
</del><span class="cx">                 3336763A130C99DC006C9DE2 /* WKResourceCacheManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33367638130C99DC006C9DE2 /* WKResourceCacheManager.cpp */; };
</span><span class="cx">                 3336763B130C99DC006C9DE2 /* WKResourceCacheManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 33367639130C99DC006C9DE2 /* WKResourceCacheManager.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                33367655130C9ECA006C9DE2 /* WebResourceCacheManagerMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33367651130C9ECA006C9DE2 /* WebResourceCacheManagerMessageReceiver.cpp */; };
-                33367656130C9ECA006C9DE2 /* WebResourceCacheManagerMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 33367652130C9ECA006C9DE2 /* WebResourceCacheManagerMessages.h */; };
-                33367657130C9ECA006C9DE2 /* WebResourceCacheManagerProxyMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33367653130C9ECA006C9DE2 /* WebResourceCacheManagerProxyMessageReceiver.cpp */; };
-                33367658130C9ECB006C9DE2 /* WebResourceCacheManagerProxyMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 33367654130C9ECA006C9DE2 /* WebResourceCacheManagerProxyMessages.h */; };
</del><span class="cx">                 33AA1066131F060000D4A575 /* WebCookieManagerProxyClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33AA1064131F060000D4A575 /* WebCookieManagerProxyClient.cpp */; };
</span><span class="cx">                 33AA1067131F060000D4A575 /* WebCookieManagerProxyClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 33AA1065131F060000D4A575 /* WebCookieManagerProxyClient.h */; };
</span><span class="cx">                 33D3A3B51339600B00709BE4 /* WKMediaCacheManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33D3A3B31339600B00709BE4 /* WKMediaCacheManager.cpp */; };
</span><span class="lines">@@ -763,7 +755,6 @@
</span><span class="cx">                 33D3A3C91339617900709BE4 /* WebMediaCacheManagerMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 33D3A3C51339617900709BE4 /* WebMediaCacheManagerMessages.h */; };
</span><span class="cx">                 33D3A3CA1339617900709BE4 /* WebMediaCacheManagerProxyMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33D3A3C61339617900709BE4 /* WebMediaCacheManagerProxyMessageReceiver.cpp */; };
</span><span class="cx">                 33D3A3CB1339617900709BE4 /* WebMediaCacheManagerProxyMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 33D3A3C71339617900709BE4 /* WebMediaCacheManagerProxyMessages.h */; };
</span><del>-                33F9D5B91312F1EE000D683F /* WebResourceCacheManagerCFNet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 33F9D5B81312F1EE000D683F /* WebResourceCacheManagerCFNet.mm */; };
</del><span class="cx">                 370F34A21829BE1E009027C8 /* WKNavigationData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 370F34A01829BE1E009027C8 /* WKNavigationData.mm */; };
</span><span class="cx">                 370F34A31829BE1E009027C8 /* WKNavigationData.h in Headers */ = {isa = PBXBuildFile; fileRef = 370F34A11829BE1E009027C8 /* WKNavigationData.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 370F34A51829BEA3009027C8 /* WKNavigationDataInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 370F34A41829BEA3009027C8 /* WKNavigationDataInternal.h */; };
</span><span class="lines">@@ -2915,18 +2906,8 @@
</span><span class="cx">                 330934591315B9980097A7BC /* WKCookieManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKCookieManager.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 33152973130D0CB200ED2483 /* SecurityOriginData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SecurityOriginData.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 33152974130D0CB200ED2483 /* SecurityOriginData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecurityOriginData.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                3336762C130C9998006C9DE2 /* WebResourceCacheManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WebResourceCacheManager.cpp; path = ResourceCache/WebResourceCacheManager.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                3336762D130C9998006C9DE2 /* WebResourceCacheManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebResourceCacheManager.h; path = ResourceCache/WebResourceCacheManager.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                3336762E130C9998006C9DE2 /* WebResourceCacheManager.messages.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = WebResourceCacheManager.messages.in; path = ResourceCache/WebResourceCacheManager.messages.in; sourceTree = &quot;&lt;group&gt;&quot;; };
-                33367632130C99B2006C9DE2 /* WebResourceCacheManagerProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebResourceCacheManagerProxy.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                33367633130C99B2006C9DE2 /* WebResourceCacheManagerProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebResourceCacheManagerProxy.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                33367634130C99B2006C9DE2 /* WebResourceCacheManagerProxy.messages.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebResourceCacheManagerProxy.messages.in; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 33367638130C99DC006C9DE2 /* WKResourceCacheManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKResourceCacheManager.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 33367639130C99DC006C9DE2 /* WKResourceCacheManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKResourceCacheManager.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                33367651130C9ECA006C9DE2 /* WebResourceCacheManagerMessageReceiver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebResourceCacheManagerMessageReceiver.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                33367652130C9ECA006C9DE2 /* WebResourceCacheManagerMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebResourceCacheManagerMessages.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                33367653130C9ECA006C9DE2 /* WebResourceCacheManagerProxyMessageReceiver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebResourceCacheManagerProxyMessageReceiver.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                33367654130C9ECA006C9DE2 /* WebResourceCacheManagerProxyMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebResourceCacheManagerProxyMessages.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 33AA1064131F060000D4A575 /* WebCookieManagerProxyClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebCookieManagerProxyClient.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 33AA1065131F060000D4A575 /* WebCookieManagerProxyClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebCookieManagerProxyClient.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 33D3A3B31339600B00709BE4 /* WKMediaCacheManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKMediaCacheManager.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -2941,7 +2922,6 @@
</span><span class="cx">                 33D3A3C51339617900709BE4 /* WebMediaCacheManagerMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebMediaCacheManagerMessages.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 33D3A3C61339617900709BE4 /* WebMediaCacheManagerProxyMessageReceiver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebMediaCacheManagerProxyMessageReceiver.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 33D3A3C71339617900709BE4 /* WebMediaCacheManagerProxyMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebMediaCacheManagerProxyMessages.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                33F9D5B81312F1EE000D683F /* WebResourceCacheManagerCFNet.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = WebResourceCacheManagerCFNet.mm; path = ResourceCache/cf/WebResourceCacheManagerCFNet.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 3574B37F1665932C00859BB7 /* PDFAnnotationTextWidgetDetails.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PDFAnnotationTextWidgetDetails.h; path = PDF/PDFAnnotationTextWidgetDetails.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 370F34A01829BE1E009027C8 /* WKNavigationData.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WKNavigationData.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 370F34A11829BE1E009027C8 /* WKNavigationData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKNavigationData.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -5277,17 +5257,6 @@
</span><span class="cx">                         name = Cookies;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="cx">                 };
</span><del>-                3336762B130C9978006C9DE2 /* ResourceCache */ = {
-                        isa = PBXGroup;
-                        children = (
-                                33F9D5B71312F1B1000D683F /* cf */,
-                                3336762C130C9998006C9DE2 /* WebResourceCacheManager.cpp */,
-                                3336762D130C9998006C9DE2 /* WebResourceCacheManager.h */,
-                                3336762E130C9998006C9DE2 /* WebResourceCacheManager.messages.in */,
-                        );
-                        name = ResourceCache;
-                        sourceTree = &quot;&lt;group&gt;&quot;;
-                };
</del><span class="cx">                 33D3A3BD1339609800709BE4 /* MediaCache */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="lines">@@ -5300,14 +5269,6 @@
</span><span class="cx">                         name = MediaCache;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="cx">                 };
</span><del>-                33F9D5B71312F1B1000D683F /* cf */ = {
-                        isa = PBXGroup;
-                        children = (
-                                33F9D5B81312F1EE000D683F /* WebResourceCacheManagerCFNet.mm */,
-                        );
-                        name = cf;
-                        sourceTree = &quot;&lt;group&gt;&quot;;
-                };
</del><span class="cx">                 3709504118A88BA40087AE5D /* cf */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="lines">@@ -5988,7 +5949,6 @@
</span><span class="cx">                                 5105B0D2162F7A5E00E27709 /* Network */,
</span><span class="cx">                                 31099974146C8AA80029DEB9 /* Notifications (User) */,
</span><span class="cx">                                 1A6FB7AA11E64B4900DB1371 /* Plugins */,
</span><del>-                                3336762B130C9978006C9DE2 /* ResourceCache */,
</del><span class="cx">                                 0F59478C187B3B2A00437857 /* Scrolling */,
</span><span class="cx">                                 1AAC4DDE16B1CBF6009425E3 /* Storage */,
</span><span class="cx">                                 1AAF08AA1926930B00B6390C /* UserContent */,
</span><span class="lines">@@ -6253,9 +6213,6 @@
</span><span class="cx">                                 BC111B0D112F5E4F00337BAB /* WebProcessProxy.cpp */,
</span><span class="cx">                                 BC032DCF10F4389F0058C15A /* WebProcessProxy.h */,
</span><span class="cx">                                 BCEE7AB312817095009827DA /* WebProcessProxy.messages.in */,
</span><del>-                                33367632130C99B2006C9DE2 /* WebResourceCacheManagerProxy.cpp */,
-                                33367633130C99B2006C9DE2 /* WebResourceCacheManagerProxy.h */,
-                                33367634130C99B2006C9DE2 /* WebResourceCacheManagerProxy.messages.in */,
</del><span class="cx">                         );
</span><span class="cx">                         path = UIProcess;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="lines">@@ -7320,10 +7277,6 @@
</span><span class="cx">                                 7CE4D2261A4916C200C7F152 /* WebProcessPoolMessages.h */,
</span><span class="cx">                                 BCEE7ACC12817988009827DA /* WebProcessProxyMessageReceiver.cpp */,
</span><span class="cx">                                 BCEE7ACD12817988009827DA /* WebProcessProxyMessages.h */,
</span><del>-                                33367651130C9ECA006C9DE2 /* WebResourceCacheManagerMessageReceiver.cpp */,
-                                33367652130C9ECA006C9DE2 /* WebResourceCacheManagerMessages.h */,
-                                33367653130C9ECA006C9DE2 /* WebResourceCacheManagerProxyMessageReceiver.cpp */,
-                                33367654130C9ECA006C9DE2 /* WebResourceCacheManagerProxyMessages.h */,
</del><span class="cx">                                 51F060DD1654317500F3281B /* WebResourceLoaderMessageReceiver.cpp */,
</span><span class="cx">                                 51F060DE1654317500F3281B /* WebResourceLoaderMessages.h */,
</span><span class="cx">                                 1AAF08B519269E6D00B6390C /* WebUserContentControllerMessageReceiver.cpp */,
</span><span class="lines">@@ -8098,10 +8051,6 @@
</span><span class="cx">                                 A1C512C9190656E500448914 /* WebQuickLookHandleClient.h in Headers */,
</span><span class="cx">                                 37948404150C350600E52CE9 /* WebRenderLayer.h in Headers */,
</span><span class="cx">                                 3760881F150413E900FC82C7 /* WebRenderObject.h in Headers */,
</span><del>-                                33367630130C9998006C9DE2 /* WebResourceCacheManager.h in Headers */,
-                                33367656130C9ECA006C9DE2 /* WebResourceCacheManagerMessages.h in Headers */,
-                                33367636130C99B2006C9DE2 /* WebResourceCacheManagerProxy.h in Headers */,
-                                33367658130C9ECB006C9DE2 /* WebResourceCacheManagerProxyMessages.h in Headers */,
</del><span class="cx">                                 510AFFBA16542048001BA05E /* WebResourceLoader.h in Headers */,
</span><span class="cx">                                 51F060E01654317F00F3281B /* WebResourceLoaderMessages.h in Headers */,
</span><span class="cx">                                 7C361D731927FA360036A59D /* WebScriptMessageHandler.h in Headers */,
</span><span class="lines">@@ -9948,11 +9897,6 @@
</span><span class="cx">                                 A1C512C8190656E500448914 /* WebQuickLookHandleClient.cpp in Sources */,
</span><span class="cx">                                 37948403150C350600E52CE9 /* WebRenderLayer.cpp in Sources */,
</span><span class="cx">                                 3760881E150413E900FC82C7 /* WebRenderObject.cpp in Sources */,
</span><del>-                                3336762F130C9998006C9DE2 /* WebResourceCacheManager.cpp in Sources */,
-                                33F9D5B91312F1EE000D683F /* WebResourceCacheManagerCFNet.mm in Sources */,
-                                33367655130C9ECA006C9DE2 /* WebResourceCacheManagerMessageReceiver.cpp in Sources */,
-                                33367635130C99B2006C9DE2 /* WebResourceCacheManagerProxy.cpp in Sources */,
-                                33367657130C9ECA006C9DE2 /* WebResourceCacheManagerProxyMessageReceiver.cpp in Sources */,
</del><span class="cx">                                 510AFFB916542048001BA05E /* WebResourceLoader.cpp in Sources */,
</span><span class="cx">                                 51F060E11654318500F3281B /* WebResourceLoaderMessageReceiver.cpp in Sources */,
</span><span class="cx">                                 51FB08FF1639DE1A00EC324A /* WebResourceLoadScheduler.cpp in Sources */,
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebProcess.cpp (185614 => 185615)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebProcess.cpp        2015-06-16 21:40:35 UTC (rev 185614)
+++ trunk/Source/WebKit2/WebProcess/WebProcess.cpp        2015-06-16 21:55:07 UTC (rev 185615)
</span><span class="lines">@@ -59,7 +59,6 @@
</span><span class="cx"> #include &quot;WebProcessMessages.h&quot;
</span><span class="cx"> #include &quot;WebProcessPoolMessages.h&quot;
</span><span class="cx"> #include &quot;WebProcessProxyMessages.h&quot;
</span><del>-#include &quot;WebResourceCacheManager.h&quot;
</del><span class="cx"> #include &quot;WebsiteData.h&quot;
</span><span class="cx"> #include &quot;WebsiteDataTypes.h&quot;
</span><span class="cx"> #include &lt;JavaScriptCore/JSLock.h&gt;
</span><span class="lines">@@ -183,7 +182,6 @@
</span><span class="cx">     // so that ports have a chance to customize, and ifdefs in this file are
</span><span class="cx">     // limited.
</span><span class="cx">     addSupplement&lt;WebGeolocationManager&gt;();
</span><del>-    addSupplement&lt;WebResourceCacheManager&gt;();
</del><span class="cx">     addSupplement&lt;WebCookieManager&gt;();
</span><span class="cx">     addSupplement&lt;WebMediaCacheManager&gt;();
</span><span class="cx">     addSupplement&lt;AuthenticationManager&gt;();
</span></span></pre>
</div>
</div>

</body>
</html>