Chromium Code Reviews| 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 { |