diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 22:18:59 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 22:18:59 +0000 |
commit | c92b8612881ba2764b122887d017f97a80c6dfae (patch) | |
tree | fd0a242a6ce92ed861db84afe1f8d2d4317a00ff /chrome/browser/io_thread.h | |
parent | e1fae1c223f6ff2d4144f7ea8ac941abe87b5f05 (diff) | |
download | chromium_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.h | 4 |
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 { |