Index: services/navigation/public/interfaces/view.mojom |
diff --git a/services/navigation/public/interfaces/view.mojom b/services/navigation/public/interfaces/view.mojom |
index 20a3e158402e9ef7065b2e3faeb394cde049c7f1..2d1e28b43db556996732d1ba7769b606e4ad59be 100644 |
--- a/services/navigation/public/interfaces/view.mojom |
+++ b/services/navigation/public/interfaces/view.mojom |
@@ -19,6 +19,8 @@ interface ViewClient { |
bool can_go_back, |
bool can_go_forward); |
LoadProgressChanged(double progress); |
+ UpdateHoverURL(url.mojom.Url url); |
+ |
ViewCreated(View view, |
ViewClient& client, |
bool is_popup, |
@@ -42,4 +44,8 @@ interface View { |
ShowInterstitial(string html); |
HideInterstitial(); |
+ |
+ // The resize area is a rectangle in the bottom corner of the view that allows |
+ // the top-level window containing the view to be interactively resized. |
+ SetResizerSize(gfx.mojom.Size size); |
}; |