| Index: examples/forwarding_content_handler/forwarding_content_handler.cc
|
| diff --git a/examples/forwarding_content_handler/forwarding_content_handler.cc b/examples/forwarding_content_handler/forwarding_content_handler.cc
|
| index b424eb79277b1e6ef62508a3d1c59e2af166a749..6f4275bba75401f849956743c814c8482fb40e0b 100644
|
| --- a/examples/forwarding_content_handler/forwarding_content_handler.cc
|
| +++ b/examples/forwarding_content_handler/forwarding_content_handler.cc
|
| @@ -29,7 +29,9 @@ class ForwardingApplicationImpl : public Application {
|
|
|
| private:
|
| // Application:
|
| - void Initialize(ShellPtr shell, Array<String> args) override {
|
| + void Initialize(ShellPtr shell,
|
| + Array<String> args,
|
| + const mojo::String& url) override {
|
| shell_ = shell.Pass();
|
| }
|
| void AcceptConnection(const String& requestor_url,
|
|
|