| 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..ab44edab4982757ad861a624b79a7cf68b67f55f 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 is
|
| + // initialized.
|
| + static bool IsThreadInitialized(ID identifier);
|
|
|
| // Callable on any thread. Returns whether you're currently on a particular
|
| // thread.
|
|
|