| Index: mojo/shell/shell_impl.cc
|
| diff --git a/mojo/shell/shell_impl.cc b/mojo/shell/shell_impl.cc
|
| index c51668628ae3065be083fac039732545936c95bc..a825052ef68f9c7d516c1c165ab61076fc12aa56 100644
|
| --- a/mojo/shell/shell_impl.cc
|
| +++ b/mojo/shell/shell_impl.cc
|
| @@ -27,10 +27,10 @@ ShellImpl::ShellImpl(ApplicationPtr application,
|
| ShellImpl::~ShellImpl() {
|
| }
|
|
|
| -void ShellImpl::InitializeApplication(Array<String> args) {
|
| +void ShellImpl::InitializeApplication() {
|
| ShellPtr shell;
|
| binding_.Bind(GetProxy(&shell));
|
| - application_->Initialize(shell.Pass(), args.Pass(), identity_.url.spec());
|
| + application_->Initialize(shell.Pass(), identity_.url.spec());
|
| }
|
|
|
| void ShellImpl::ConnectToClient(const GURL& requested_url,
|
|
|