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

Unified Diff: chrome/renderer/render_view.h

Issue 155944: Switch the first thread in a child process to be the main thread... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 11 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
Index: chrome/renderer/render_view.h
===================================================================
--- chrome/renderer/render_view.h (revision 21342)
+++ chrome/renderer/render_view.h (working copy)
@@ -360,12 +360,6 @@
delay_seconds_for_form_state_sync_ = delay_in_seconds;
}
- // Returns a message loop of type IO that can be used to run I/O jobs. The
- // renderer thread is of type TYPE_DEFAULT, so doesn't support everything
- // needed by some consumers. The returned thread will be the main thread of
- // the renderer, which processes all IPC, to any I/O should be non-blocking.
- MessageLoop* GetMessageLoopForIO();
-
AudioMessageFilter* audio_message_filter() { return audio_message_filter_; }
void OnClearFocusedNode();

Powered by Google App Engine
This is Rietveld 408576698