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

Unified Diff: chrome/browser/net/chrome_url_request_context.cc

Issue 353023: Remove the db_loop_ member variable which is a unused following r30163.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | « chrome/browser/net/chrome_url_request_context.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/chrome_url_request_context.cc
===================================================================
--- chrome/browser/net/chrome_url_request_context.cc (revision 30832)
+++ chrome/browser/net/chrome_url_request_context.cc (working copy)
@@ -594,9 +594,6 @@
ssl_config_service_ = profile->GetSSLConfigService();
profile_dir_path_ = profile->GetPath();
-
- // Get references to the database and file threads.
- db_loop_ = g_browser_process->db_thread()->message_loop();
}
ChromeURLRequestContextFactory::~ChromeURLRequestContextFactory() {
« no previous file with comments | « chrome/browser/net/chrome_url_request_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698