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

Unified Diff: chrome/browser/history/history_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
Index: chrome/browser/history/history_unittest.cc
diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
index b1a1275b9b70dc34547104ca9475151f200f15db..edd9ddfb30979736b16690779dbebe329f582e57 100644
--- a/chrome/browser/history/history_unittest.cc
+++ b/chrome/browser/history/history_unittest.cc
@@ -100,7 +100,6 @@ class BackendDelegate : public HistoryBackend::Delegate {
void NotifyProfileError(sql::InitStatus init_status) override {}
void SetInMemoryBackend(scoped_ptr<InMemoryHistoryBackend> backend) override;
- void NotifyAddVisit(const BriefVisitInfo& info) override {}
void NotifyFaviconChanged(const std::set<GURL>& url) override {}
void NotifyURLVisited(ui::PageTransition transition,
const URLRow& row,
« no previous file with comments | « chrome/browser/history/history_backend_unittest.cc ('k') | components/history/core/browser/history_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698