| Index: services/navigation/public/interfaces/view.mojom
|
| diff --git a/services/navigation/public/interfaces/view.mojom b/services/navigation/public/interfaces/view.mojom
|
| index eb60b8382ff3312ded6347291452105399bfb175..20a3e158402e9ef7065b2e3faeb394cde049c7f1 100644
|
| --- a/services/navigation/public/interfaces/view.mojom
|
| +++ b/services/navigation/public/interfaces/view.mojom
|
| @@ -39,4 +39,7 @@ interface View {
|
| // Obtains a Mus WindowTreeClient for the View, so it can be embedded in a
|
| // UI.
|
| GetWindowTreeClient(mus.mojom.WindowTreeClient& client);
|
| +
|
| + ShowInterstitial(string html);
|
| + HideInterstitial();
|
| };
|
|
|