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

Unified Diff: chrome/browser/browser_process_impl.cc

Issue 8879013: Deprecate WEBKIT thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update after rebase Created 9 years 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 | « no previous file | chrome/browser/browsing_data_database_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.cc
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
index a0300af23a36cb73d3334e6d813f3f73087e711a..3e015bafe2cae65c8a25289a36df2241f42020f1 100644
--- a/chrome/browser/browser_process_impl.cc
+++ b/chrome/browser/browser_process_impl.cc
@@ -271,7 +271,7 @@ void BrowserProcessImpl::PreStopThread(BrowserThread::ID thread_id) {
resource_dispatcher_host()->save_file_manager()->Shutdown();
}
break;
- case BrowserThread::WEBKIT:
+ case BrowserThread::WEBKIT_DEPRECATED:
// Need to destroy ResourceDispatcherHost before PluginService
// and SafeBrowsingService, since it caches a pointer to
// it.
« no previous file with comments | « no previous file | chrome/browser/browsing_data_database_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698