Commit c92b8612 authored by joi@chromium.org's avatar joi@chromium.org

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
parent e1fae1c2
...@@ -49,6 +49,10 @@ class URLSecurityManager; ...@@ -49,6 +49,10 @@ class URLSecurityManager;
// Contains state associated with, initialized and cleaned up on, and // Contains state associated with, initialized and cleaned up on, and
// primarily used on, the IO thread. // 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 { class IOThread : public content::BrowserThreadDelegate {
public: public:
struct Globals { struct Globals {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment