| Index: mojo/shell/standalone/desktop/launcher_process.h
|
| diff --git a/mojo/shell/standalone/desktop/launcher_process.h b/mojo/shell/standalone/desktop/launcher_process.h
|
| index 351cc79419c9553754f90aa68fbeb884ffe5aa7c..8c3277536539ed241d615294339c8b8776996fe2 100644
|
| --- a/mojo/shell/standalone/desktop/launcher_process.h
|
| +++ b/mojo/shell/standalone/desktop/launcher_process.h
|
| @@ -13,8 +13,7 @@ namespace mojo {
|
| namespace shell {
|
|
|
| // Main method for the launcher process.
|
| -// See commit in main_helper.h for explanation of the parameters.
|
| -int LauncherProcessMain(const GURL& mojo_url, const base::Closure& callback);
|
| +int LauncherProcessMain();
|
|
|
| } // namespace shell
|
| } // namespace mojo
|
|
|