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

Unified Diff: chrome/browser/io_thread.h

Issue 18405007: Move IOThread initialization to happen asynchronously. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 506f96aca0b0a7a157012fd0094a1b2a326fae48..f7161779042fb2a4e96069ffa962c5b9b9031dda 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -212,6 +212,8 @@ class IOThread : public content::BrowserThreadDelegate {
virtual void Init() OVERRIDE;
virtual void CleanUp() OVERRIDE;
+ void DoInitTasks();
+
void InitializeNetworkOptions(const CommandLine& parsed_command_line);
// Enable the SPDY protocol. If this function is not called, SPDY/3
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698