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

Unified Diff: content/browser/browser_main_loop.h

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Addressing most feedback, making this work on device. Created 3 years, 6 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_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index be9196b5241b01ecc8ac7e724b65c9ff7a5effc3..6fb32468778c7d7b4b0f0ddb44881d1e4b5c2639 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -280,6 +280,7 @@ class CONTENT_EXPORT BrowserMainLoop {
std::unique_ptr<BrowserProcessSubThread> process_launcher_thread_;
std::unique_ptr<BrowserProcessSubThread> cache_thread_;
std::unique_ptr<BrowserProcessSubThread> io_thread_;
+ std::unique_ptr<BrowserProcessSubThread> window_server_thread_;
// Members initialized in |BrowserThreadsStarted()| --------------------------
std::unique_ptr<base::Thread> indexed_db_thread_;

Powered by Google App Engine
This is Rietveld 408576698