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..47fe4fb588c7b85f873f0ea772477ef4abcc1874 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,6 @@ interface View { |
ShowInterstitial(string html); |
HideInterstitial(); |
+ |
+ SetResizerSize(gfx.mojom.Size size); |
sky
2016/06/03 23:17:46
nit: document what a resizer is.
|
}; |