| Index: components/html_viewer/html_viewer.cc
|
| diff --git a/components/html_viewer/html_viewer.cc b/components/html_viewer/html_viewer.cc
|
| index 6198e09d6a523d46dab776f4b47b8af266a9e246..79ad944df6580801c4be95f3703e0425b9c31fde 100644
|
| --- a/components/html_viewer/html_viewer.cc
|
| +++ b/components/html_viewer/html_viewer.cc
|
| @@ -50,9 +50,7 @@ class HTMLViewerApplication : public mojo::Application {
|
| initial_response_(response.Pass()),
|
| setup_(setup) {}
|
|
|
| - void Initialize(ShellPtr shell,
|
| - Array<String> args,
|
| - const String& url) override {
|
| + void Initialize(ShellPtr shell, const String& url) override {
|
| ServiceProviderPtr service_provider;
|
| shell_ = shell.Pass();
|
| shell_->ConnectToApplication("mojo:network_service",
|
|
|