| Index: mojo/services/navigation/interfaces/navigation.mojom
|
| diff --git a/mojo/services/navigation/interfaces/navigation.mojom b/mojo/services/navigation/interfaces/navigation.mojom
|
| index 7b1881cd1ca0cf34d702004e35f5bf37eca3d7b5..ad8e7e68a98582dcce78dcf8a916e194d4e6b188 100644
|
| --- a/mojo/services/navigation/interfaces/navigation.mojom
|
| +++ b/mojo/services/navigation/interfaces/navigation.mojom
|
| @@ -20,6 +20,7 @@ enum Target {
|
| };
|
|
|
| // Embedders that support navigation of implement this interface.
|
| +[ServiceName="mojo::NavigatorHost"]
|
| interface NavigatorHost {
|
| RequestNavigate(Target target, URLRequest request);
|
| RequestNavigateHistory(int32 delta);
|
|
|