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

Unified Diff: services/navigation/navigation_unittest.cc

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/public/interfaces/view.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/navigation_unittest.cc
diff --git a/services/navigation/navigation_unittest.cc b/services/navigation/navigation_unittest.cc
index ad878ed8bf0fd58a7934b4a9f1d036c1e7da3362..c21ec32395bacd2614d3ba8734db2ebae2702e8c 100644
--- a/services/navigation/navigation_unittest.cc
+++ b/services/navigation/navigation_unittest.cc
@@ -46,6 +46,7 @@ class NavigationTest : public shell::test::ShellTest,
bool can_go_back,
bool can_go_forward) override {}
void LoadProgressChanged(double progress) override {}
+ void UpdateHoverURL(const GURL& url) override {}
void ViewCreated(mojom::ViewPtr,
mojom::ViewClientRequest,
bool,
« no previous file with comments | « mash/webtest/webtest.cc ('k') | services/navigation/public/interfaces/view.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698