Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / browser / child_process_launcher.h
index 7ce7805..965a914 100644 (file)
@@ -27,6 +27,8 @@ class CONTENT_EXPORT ChildProcessLauncher {
     // constructed on.
     virtual void OnProcessLaunched() = 0;
 
+    virtual void OnProcessLaunchFailed() {};
+
    protected:
     virtual ~Client() {}
   };
@@ -39,6 +41,7 @@ class CONTENT_EXPORT ChildProcessLauncher {
   ChildProcessLauncher(
 #if defined(OS_WIN)
       SandboxedProcessLauncherDelegate* delegate,
+      bool launch_elevated,
 #elif defined(OS_POSIX)
       bool use_zygote,
       const base::EnvironmentMap& environ,