Index: shell/child_process_host.h |
diff --git a/shell/child_process_host.h b/shell/child_process_host.h |
index 86a6afac34bd8f106307f8654b80b7ee96984fda..c0cef795f8986f13a3ea3e0937e0a3e3d2863aa9 100644 |
--- a/shell/child_process_host.h |
+++ b/shell/child_process_host.h |
@@ -52,7 +52,6 @@ class ChildProcessHost : public mojo::ErrorHandler { |
// |on_app_complete| will *always* get called, even on connection error (or |
// even if the child process failed to start at all). |
void StartApp(const mojo::String& app_path, |
- bool clean_app_path, |
mojo::InterfaceRequest<mojo::Application> application_request, |
const ChildController::StartAppCallback& on_app_complete); |
void ExitNow(int32_t exit_code); |