summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_process_sub_thread.cc
diff options
context:
space:
mode:
authoralecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-22 23:48:57 +0000
committeralecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-22 23:48:57 +0000
commit8374250ef7bc60bd9329e6b039777d776e0de45a (patch)
tree45900dc062916cf0fb72d10d1438b6c9fa8396ab /content/browser/browser_process_sub_thread.cc
parentde56c47982b4cb163f5f29fadd02878f9b485ad1 (diff)
downloadchromium_src-8374250ef7bc60bd9329e6b039777d776e0de45a.zip
chromium_src-8374250ef7bc60bd9329e6b039777d776e0de45a.tar.gz
chromium_src-8374250ef7bc60bd9329e6b039777d776e0de45a.tar.bz2
Remove all the indexeddb-related utility process code
BUG=129471 Review URL: https://chromiumcodereview.appspot.com/10834350 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_process_sub_thread.cc')
-rw-r--r--content/browser/browser_process_sub_thread.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/browser_process_sub_thread.cc b/content/browser/browser_process_sub_thread.cc
index 4a705ed..4b25f70 100644
--- a/content/browser/browser_process_sub_thread.cc
+++ b/content/browser/browser_process_sub_thread.cc
@@ -12,7 +12,6 @@
#include "base/threading/thread_restrictions.h"
#include "build/build_config.h"
#include "content/browser/browser_child_process_host_impl.h"
-#include "content/browser/in_process_webkit/indexed_db_key_utility_client.h"
#include "content/browser/notification_service_impl.h"
#include "net/url_request/url_fetcher.h"
#include "net/url_request/url_request.h"
@@ -70,8 +69,6 @@ void BrowserProcessSubThread::IOThreadPreCleanUp() {
// Destroy all URLRequests started by URLFetchers.
net::URLFetcher::CancelAll();
- IndexedDBKeyUtilityClient::Shutdown();
-
// If any child processes are still running, terminate them and
// and delete the BrowserChildProcessHost instances to release whatever
// IO thread only resources they are referencing.