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

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: Address review comment." 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..6a1f9f57a6c729970d821f9a5b1117b81dd69bc5 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -49,6 +49,10 @@ class URLSecurityManager;
// Contains state associated with, initialized and cleaned up on, and
// primarily used on, the IO thread.
+//
+// If you are looking to interact with the IO thread (e.g. post tasks
+// to it or check if it is the current 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