| Index: mojo/services/public/interfaces/launcher/launcher.mojom
|
| diff --git a/mojo/services/public/interfaces/launcher/launcher.mojom b/mojo/services/public/interfaces/launcher/launcher.mojom
|
| index dc36a07717805d5247e4300ee44ecf20a345d151..9d04361f5a3be9a40c4472d57d49cdb2b9481fa7 100644
|
| --- a/mojo/services/public/interfaces/launcher/launcher.mojom
|
| +++ b/mojo/services/public/interfaces/launcher/launcher.mojom
|
| @@ -3,7 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| import "../network/url_loader.mojom"
|
| -import "../../../navigation/navigation.mojom"
|
|
|
| module mojo.launcher {
|
|
|
| @@ -14,7 +13,8 @@ interface Launcher {
|
|
|
| [Client=Launcher]
|
| interface LauncherClient {
|
| - OnLaunch(string handler_url, mojo.navigation.ResponseDetails response_details);
|
| + OnLaunch(string handler_url, mojo.URLResponse response,
|
| + handle<data_pipe_consumer> response_body_stream);
|
| };
|
|
|
| }
|
|
|