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

Unified Diff: chrome/browser/io_thread.h

Issue 6602047: Kill CleanUpAfterMessageLoopDestruction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months 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
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index d0c58de80ee0d9be58b35be9b5ad8d2cf7e00e68..b016fb301eff4f9d97a1a71aa6a3690b2c7f5922 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -107,7 +107,6 @@ class IOThread : public BrowserProcessSubThread {
protected:
virtual void Init();
virtual void CleanUp();
- virtual void CleanUpAfterMessageLoopDestruction();
private:
static void RegisterPrefs(PrefService* local_state);
@@ -167,7 +166,7 @@ class IOThread : public BrowserProcessSubThread {
// Keeps track of all live ChromeURLRequestContextGetters, so the
// ChromeURLRequestContexts can be released during
- // IOThread::CleanUpAfterMessageLoopDestruction().
+ // IOThread::CleanUp().
std::list<ChromeURLRequestContextGetter*> url_request_context_getters_;
DISALLOW_COPY_AND_ASSIGN(IOThread);

Powered by Google App Engine
This is Rietveld 408576698