| Index: chrome/browser/chrome_thread.h
|
| ===================================================================
|
| --- chrome/browser/chrome_thread.h (revision 33330)
|
| +++ chrome/browser/chrome_thread.h (working copy)
|
| @@ -114,6 +114,10 @@
|
| identifier, from_here, new ReleaseTask<T>(object));
|
| }
|
|
|
| + // 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 you're currently on a particular
|
| // thread.
|
| static bool CurrentlyOn(ID identifier);
|
|
|