Chromium Code Reviews| Index: content/child/child_process.h |
| =================================================================== |
| --- content/child/child_process.h (revision 208577) |
| +++ content/child/child_process.h (working copy) |
| @@ -53,7 +53,8 @@ |
| void AddRefProcess(); |
| void ReleaseProcess(); |
| - // Getter for the one ChildProcess object for this process. |
| + // Getter for the one ChildProcess object for this process. Can only be called |
| + // on the main thread. |
| static ChildProcess* current(); |
| static void WaitForDebugger(const std::string& label); |