| Index: apps/shell/app/shell_main_delegate.h
|
| diff --git a/apps/shell/app/shell_main_delegate.h b/apps/shell/app/shell_main_delegate.h
|
| index 6af939501a3896919eb1487ef07ea49769d8eea6..7643846dd4cf631cff1a66aca0abb674456943e1 100644
|
| --- a/apps/shell/app/shell_main_delegate.h
|
| +++ b/apps/shell/app/shell_main_delegate.h
|
| @@ -23,6 +23,11 @@ class ShellMainDelegate : public content::ContentMainDelegate {
|
| // ContentMainDelegate implementation:
|
| virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
|
| virtual void PreSandboxStartup() OVERRIDE;
|
| + virtual int RunProcess(
|
| + const std::string& process_type,
|
| + const content::MainFunctionParams& main_function_params) OVERRIDE;
|
| +
|
| + protected:
|
| virtual content::ContentBrowserClient* CreateContentBrowserClient() OVERRIDE;
|
| virtual content::ContentRendererClient* CreateContentRendererClient()
|
| OVERRIDE;
|
|
|