Chromium Code Reviews| 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..39067d5537b27b892a073d09fe9b424a3f11b94b 100644 |
| --- a/components/html_viewer/html_viewer.cc |
| +++ b/components/html_viewer/html_viewer.cc |
| @@ -51,7 +51,6 @@ class HTMLViewerApplication : public mojo::Application { |
| setup_(setup) {} |
| void Initialize(ShellPtr shell, |
| - Array<String> args, |
| const String& url) override { |
|
msw
2015/05/19 17:45:26
nit: fits on line above.
jam
2015/05/19 20:56:36
Done.
|
| ServiceProviderPtr service_provider; |
| shell_ = shell.Pass(); |