| 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 174ed85928e96d4be7ae5a4e0fbc4dc5451c2836..12e0be1d232d4bda3898b545e8da294540fdd209 100644
|
| --- a/mojo/services/public/interfaces/launcher/launcher.mojom
|
| +++ b/mojo/services/public/interfaces/launcher/launcher.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| import "mojo/services/public/interfaces/navigation/navigation.mojom"
|
|
|
| -module mojo.launcher {
|
| +module mojo {
|
|
|
| interface Launcher {
|
| // Determines the correct handler application that can render a given URL.
|
| @@ -24,7 +24,7 @@ interface Launcher {
|
| // Note: |response| can be NULL in the case where a request was not needed to
|
| // determine the correct handler.
|
| Launch(string url) => (string handler_url, string view_url,
|
| - mojo.navigation.ResponseDetails response);
|
| + ResponseDetails response);
|
| };
|
|
|
| }
|
|
|