summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.cc
diff options
context:
space:
mode:
authorskerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-16 14:12:21 +0000
committerskerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-16 14:12:21 +0000
commita315ba9050574f4da54507c10c5018815d4606c9 (patch)
tree7930857ee444aa276a3f713c12d4f85bf3b7576d /chrome/browser/browser_process_impl.cc
parent4715830641d968f28b1742f3bc883e73c03e98dd (diff)
downloadchromium_src-a315ba9050574f4da54507c10c5018815d4606c9.zip
chromium_src-a315ba9050574f4da54507c10c5018815d4606c9.tar.gz
chromium_src-a315ba9050574f4da54507c10c5018815d4606c9.tar.bz2
Load extensions service entirly on UI thread.
BUG=37548 TEST=SxtensionsServiceTest.LoadAllExtensionsFromDirectorySuccess,ExtensionsStartupTest.Test,manual testing of example extension from crbug/47286 Review URL: http://codereview.chromium.org/4752005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.cc')
-rw-r--r--chrome/browser/browser_process_impl.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
index 4adfd54..5331621 100644
--- a/chrome/browser/browser_process_impl.cc
+++ b/chrome/browser/browser_process_impl.cc
@@ -580,12 +580,6 @@ void BrowserProcessImpl::CreateFileThread() {
if (!thread->StartWithOptions(options))
return;
file_thread_.swap(thread);
-
- // ExtensionResource is in chrome/common, so it cannot depend on
- // chrome/browser, which means it cannot lookup what the File thread is.
- // We therefore store the thread ID from here so we can validate the proper
- // thread usage in the ExtensionResource class.
- ExtensionResource::set_file_thread_id(file_thread_->thread_id());
}
void BrowserProcessImpl::CreateDBThread() {