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

Unified Diff: services/navigation/navigation_unittest.cc

Issue 2055553002: Send Navigation notifications to clients. (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 | « 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 c21ec32395bacd2614d3ba8734db2ebae2702e8c..e2ddafc91e398b6deafdb7f1817683c8aa892e91 100644
--- a/services/navigation/navigation_unittest.cc
+++ b/services/navigation/navigation_unittest.cc
@@ -53,6 +53,13 @@ class NavigationTest : public shell::test::ShellTest,
const gfx::Rect&,
bool) override {}
void Close() override {}
+ void NavigationPending(mojom::NavigationEntryPtr entry) override {}
+ void NavigationCommitted(
+ mojom::NavigationCommittedDetailsPtr details,
+ int current_index) override {}
+ void NavigationEntryChanged(mojom::NavigationEntryPtr entry,
+ int entry_index) override {}
+ void NavigationListPruned(bool from_front, int count) override {}
int load_count_ = 0;
mojo::Binding<mojom::ViewClient> binding_;
« 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