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

Unified Diff: content/browser/browser_process_sub_thread.h

Issue 10299002: Stop refcounting URLRequestContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More fixes Created 8 years, 8 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: content/browser/browser_process_sub_thread.h
diff --git a/content/browser/browser_process_sub_thread.h b/content/browser/browser_process_sub_thread.h
index 18a3b0b6ca223134b32588d03526e43d771b4c0a..b78c44e27eaf07b4edc4c47b2d6c9110e49aac56 100644
--- a/content/browser/browser_process_sub_thread.h
+++ b/content/browser/browser_process_sub_thread.h
@@ -36,9 +36,8 @@ class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl {
private:
// These methods encapsulate cleanup that needs to happen on the IO thread
- // before/after we call the embedder's CleanUp function.
+ // before we call the embedder's CleanUp function.
void IOThreadPreCleanUp();
- void IOThreadPostCleanUp();
// Each specialized thread has its own notification service.
// Note: We don't use scoped_ptr because the destructor runs on the wrong

Powered by Google App Engine
This is Rietveld 408576698