diff options
author | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-22 23:48:57 +0000 |
---|---|---|
committer | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-22 23:48:57 +0000 |
commit | 8374250ef7bc60bd9329e6b039777d776e0de45a (patch) | |
tree | 45900dc062916cf0fb72d10d1438b6c9fa8396ab /content/browser/browser_process_sub_thread.cc | |
parent | de56c47982b4cb163f5f29fadd02878f9b485ad1 (diff) | |
download | chromium_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.cc | 3 |
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. |