summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.h
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-13 22:18:59 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-13 22:18:59 +0000
commitc92b8612881ba2764b122887d017f97a80c6dfae (patch)
treefd0a242a6ce92ed861db84afe1f8d2d4317a00ff /chrome/browser/io_thread.h
parente1fae1c223f6ff2d4144f7ea8ac941abe87b5f05 (diff)
downloadchromium_src-c92b8612881ba2764b122887d017f97a80c6dfae.zip
chromium_src-c92b8612881ba2764b122887d017f97a80c6dfae.tar.gz
chromium_src-c92b8612881ba2764b122887d017f97a80c6dfae.tar.bz2
Update comment on IOThread to point people to the right place if they
want some of the functionality that used to be there. BUG=98716 Review URL: http://codereview.chromium.org/8905010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r--chrome/browser/io_thread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 8a861cc..6a1f9f5 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 {