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

Unified Diff: mash/webtest/webtest.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/browser/browser.cc ('k') | services/navigation/navigation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/webtest/webtest.cc
diff --git a/mash/webtest/webtest.cc b/mash/webtest/webtest.cc
index c78e9a074ed3606d41f90e2dc5611741288754b4..0a0700eea0e2e4c02e495bb96e5f92ce1eae7d60 100644
--- a/mash/webtest/webtest.cc
+++ b/mash/webtest/webtest.cc
@@ -123,6 +123,14 @@ class UI : public views::WidgetDelegateView,
void Close() override {
GetWidget()->Close();
}
+ void NavigationPending(navigation::mojom::NavigationEntryPtr entry) override {
+ }
+ void NavigationCommitted(
+ navigation::mojom::NavigationCommittedDetailsPtr details,
+ int current_index) override {}
+ void NavigationEntryChanged(navigation::mojom::NavigationEntryPtr entry,
+ int entry_index) override {}
+ void NavigationListPruned(bool from_front, int count) override {}
Webtest* webtest_;
mus::Window* content_area_ = nullptr;
« no previous file with comments | « mash/browser/browser.cc ('k') | services/navigation/navigation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698