| Index: chromecast/app/cast_main_delegate.h
|
| diff --git a/chromecast/app/cast_main_delegate.h b/chromecast/app/cast_main_delegate.h
|
| index 19cdfa3d3becc9ac7bd0a3d73965635c97281b32..1e7609feaa60997fcb9e943e37b225f904eed1e5 100644
|
| --- a/chromecast/app/cast_main_delegate.h
|
| +++ b/chromecast/app/cast_main_delegate.h
|
| @@ -36,7 +36,6 @@ class CastMainDelegate : public content::ContentMainDelegate {
|
| int RunProcess(
|
| const std::string& process_type,
|
| const content::MainFunctionParams& main_function_params) override;
|
| - void ProcessExiting(const std::string& process_type) override;
|
| #if !defined(OS_ANDROID)
|
| void ZygoteForked() override;
|
| #endif // !defined(OS_ANDROID)
|
|
|