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

Unified Diff: components/history/core/browser/visit_database.h

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 | « components/history/core/browser/history_types.h ('k') | components/history/core/browser/visit_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/visit_database.h
diff --git a/components/history/core/browser/visit_database.h b/components/history/core/browser/visit_database.h
index 58207adef856f8b8a0d1efb880d0b2b11bf293e0..0aead0c67ba66faae6b504994d8e771f1d942bf6 100644
--- a/components/history/core/browser/visit_database.h
+++ b/components/history/core/browser/visit_database.h
@@ -185,12 +185,6 @@ class VisitDatabase {
void GetVisitsSource(const VisitVector& visits,
VisitSourceMap* sources);
- // Obtains BriefVisitInfo for the specified number of most recent visits
- // from the visit database.
- void GetBriefVisitInfoOfMostRecentVisits(
- int max_visits,
- std::vector<BriefVisitInfo>* result_vector);
-
protected:
// Returns the database for the functions in this interface.
virtual sql::Connection& GetDB() = 0;
« no previous file with comments | « components/history/core/browser/history_types.h ('k') | components/history/core/browser/visit_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698