| Index: content/common/child_process.h
|
| ===================================================================
|
| --- content/common/child_process.h (revision 86367)
|
| +++ content/common/child_process.h (working copy)
|
| @@ -53,7 +53,7 @@
|
| void ReleaseProcess();
|
|
|
| // Getter for the one ChildProcess object for this process.
|
| - static ChildProcess* current() { return child_process_; }
|
| + static ChildProcess* current();
|
|
|
| static void WaitForDebugger(const std::string& label);
|
| private:
|
| @@ -70,9 +70,6 @@
|
| // io_thread_.
|
| scoped_ptr<ChildThread> main_thread_;
|
|
|
| - // The singleton instance for this process.
|
| - static ChildProcess* child_process_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ChildProcess);
|
| };
|
|
|
|
|