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

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

Issue 1081923002: Remove PrerenderLocalPredictor, part 5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prerender-local-predictor-4
Patch Set: Created 5 years, 8 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/history_backend_unittest.cc » ('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 0dbcfa6f4ffb73301ddfbeabbed5057bcfa20687..b92847edcd9440dfca8d5f17f01fe7e64ad4d092 100644
--- a/chrome/browser/history/android/android_provider_backend_unittest.cc
+++ b/chrome/browser/history/android/android_provider_backend_unittest.cc
@@ -76,7 +76,6 @@ class AndroidProviderBackendDelegate : public HistoryBackend::Delegate {
void NotifyProfileError(sql::InitStatus init_status) override {}
void SetInMemoryBackend(
scoped_ptr<InMemoryHistoryBackend> backend) override {}
- void NotifyAddVisit(const history::BriefVisitInfo& info) override {}
void NotifyFaviconChanged(const std::set<GURL>& url) override {
favicon_changed_.reset(new std::set<GURL>(url.begin(), url.end()));
}
« no previous file with comments | « no previous file | chrome/browser/history/history_backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698