Chromium Code Reviews| Index: content/browser/zygote_host/zygote_handle_linux.cc |
| diff --git a/content/browser/zygote_host/zygote_handle_linux.cc b/content/browser/zygote_host/zygote_handle_linux.cc |
| index 89adc49385b4364803f4cd14fc64a4e7fbfa25d6..55830f57487209651585838f1271d8b4ceb4efb9 100644 |
| --- a/content/browser/zygote_host/zygote_handle_linux.cc |
| +++ b/content/browser/zygote_host/zygote_handle_linux.cc |
| @@ -14,4 +14,9 @@ ZygoteHandle CreateZygote() { |
| return zygote; |
| } |
| +ZygoteHandle* GetGenericZygote() { |
| + static ZygoteHandle zygote; |
| + return &zygote; |
| +} |
| + |
| } // namespace content |