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

Unified Diff: services/navigation/navigation_unittest.cc

Issue 2057023002: Adds support for new-tab targeted loads initiated from the renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « services/navigation/README.md ('k') | services/navigation/public/cpp/view.h » ('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 e2ddafc91e398b6deafdb7f1817683c8aa892e91..b1d80fe793992f68b2aa4f5086c8aed244a6bf78 100644
--- a/services/navigation/navigation_unittest.cc
+++ b/services/navigation/navigation_unittest.cc
@@ -36,6 +36,7 @@ class NavigationTest : public shell::test::ShellTest,
private:
// mojom::ViewClient:
+ void OpenURL(mojom::OpenURLParamsPtr params) override {}
void LoadingStateChanged(bool is_loading) override {
// Should see loading start, then stop.
if (++load_count_ == 2 && loop_)
« no previous file with comments | « services/navigation/README.md ('k') | services/navigation/public/cpp/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698