| Index: content/browser/browser_thread_impl.h
|
| ===================================================================
|
| --- content/browser/browser_thread_impl.h (revision 186525)
|
| +++ content/browser/browser_thread_impl.h (working copy)
|
| @@ -57,6 +57,10 @@
|
| // Common initialization code for the constructors.
|
| void Initialize();
|
|
|
| + // For testing.
|
| + friend class ContentTestSuiteBaseListener;
|
| + static void FlushThreadPoolHelper();
|
| +
|
| // The identifier of this thread. Only one thread can exist with a given
|
| // identifier at a given time.
|
| ID identifier_;
|
|
|