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

Unified Diff: chrome/browser/io_thread.h

Issue 8905010: Update comment on IOThread to point people to the right place if they (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | no next file » | no next file with comments »
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 8a861cc3a76d09cfaa44c24592d72083e1a7e4f4..3d844d75462fe7dd213bc79dd2bc47a7b01c17e4 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -49,6 +49,9 @@ class URLSecurityManager;
// Contains state associated with, initialized and cleaned up on, and
// primarily used on, the IO thread.
+//
+// If you are looking to e.g. post tasks to the IO thread or check if
Avi (use Gerrit) 2011/12/13 14:56:31 I've never seen e.g. used that way. Perhaps: "If
Jói 2011/12/13 15:09:59 Updated to that. Committing now via CQ.
+// you are executing on the IO thread, see content::BrowserThread.
class IOThread : public content::BrowserThreadDelegate {
public:
struct Globals {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698