Chromium Code Reviews| Index: content/public/browser/browser_thread.h |
| diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h |
| index 5f9fc2236b4cd10798eff4702280f0ebed368fd4..97331b41a904544cea61150aa5f23b21a2bde1f5 100644 |
| --- a/content/public/browser/browser_thread.h |
| +++ b/content/public/browser/browser_thread.h |
| @@ -179,9 +179,9 @@ class CONTENT_EXPORT BrowserThread { |
| // Windows registry. |
| static base::SequencedWorkerPool* GetBlockingPool(); |
| - // Callable on any thread. Returns whether the given ID corresponds to a well |
| - // known thread. |
| - static bool IsWellKnownThread(ID identifier); |
| + // Callable on any thread. Returns whether the given well-known thread has |
|
James Hawkins
2013/08/08 00:25:46
Optional nit: s/has been/is/
Matt Giuca
2013/08/08 04:09:47
Done.
|
| + // been initialized. |
| + static bool IsThreadInitialized(ID identifier); |
| // Callable on any thread. Returns whether you're currently on a particular |
| // thread. |