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

Unified Diff: chrome/browser/history/android/android_provider_backend_unittest.cc

Issue 631253002: Refactor sending NOTIFICATION_HISTORY_URL_VISITED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests on Android Created 6 years, 2 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 | « no previous file | chrome/browser/history/chrome_history_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/android/android_provider_backend_unittest.cc
diff --git a/chrome/browser/history/android/android_provider_backend_unittest.cc b/chrome/browser/history/android/android_provider_backend_unittest.cc
index 1b9ee330df81073c84e46e789676200e69195cb4..d269906c0d2331e133eb904fb1bad07741c31cd6 100644
--- a/chrome/browser/history/android/android_provider_backend_unittest.cc
+++ b/chrome/browser/history/android/android_provider_backend_unittest.cc
@@ -76,6 +76,10 @@ class AndroidProviderBackendDelegate : public HistoryBackend::Delegate {
virtual void NotifyFaviconChanged(const std::set<GURL>& url) override {
favicon_changed_.reset(new std::set<GURL>(url.begin(), url.end()));
}
+ virtual void NotifyURLVisited(ui::PageTransition,
+ const history::URLRow& row,
+ const history::RedirectList& redirects,
+ base::Time visit_time) OVERRIDE {}
virtual void BroadcastNotifications(
int type,
scoped_ptr<HistoryDetails> details) override {
« no previous file with comments | « no previous file | chrome/browser/history/chrome_history_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698