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

Unified Diff: chrome/browser/io_thread.h

Issue 1131513007: Reland (3rd try): Lazily initialize MessageLoop for faster thread startup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix race in BrowserThreadImpl Created 5 years, 7 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 0b94438925f11c664222c3e45c5d1c86a397a03f..d31cb64c99158af6b7fe0aa910d2728c96ad427c 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -255,7 +255,6 @@ class IOThread : public content::BrowserThreadDelegate {
// This handles initialization and destruction of state that must
// live on the IO thread.
void Init() override;
- void InitAsync() override;
void CleanUp() override;
// Initializes |params| based on the settings in |globals|.

Powered by Google App Engine
This is Rietveld 408576698