Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: services/navigation/public/interfaces/view.mojom

Issue 2038143003: Support link hovering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mash/webtest/webtest.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
};
« no previous file with comments | « mash/webtest/webtest.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698