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

Unified Diff: content/content_browser.gypi

Issue 8477004: Have content/ create and destroy its own threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Introduce and use BrowserThreadDelegate, BMP::Pre/PostStartThread, to make this a safe refactoring. Created 9 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 9cb4b732f88f01c8f70a1d6c22464bf2d39f8e4f..658a6a65728e21e452fe7ae8544744d156f3e767 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -26,7 +26,9 @@
],
'sources': [
'public/browser/browser_main_parts.h',
+ 'public/browser/browser_shutdown.h',
'public/browser/browser_thread.h',
+ 'public/browser/browser_thread_delegate.h',
'public/browser/content_browser_client.h',
'public/browser/content_ipc_logging.h',
'public/browser/download_manager_delegate.h',

Powered by Google App Engine
This is Rietveld 408576698