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

Unified Diff: chrome/browser/history/visit_database.h

Issue 43054: Stop history search going on beyond the start of history.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/visit_database.h
===================================================================
--- chrome/browser/history/visit_database.h (revision 11260)
+++ chrome/browser/history/visit_database.h (working copy)
@@ -119,6 +119,9 @@
bool GetVisitCountToHost(const GURL& url, int* count,
base::Time* first_visit);
+ // Get the time of the first item in our database.
+ bool GetStartDate(base::Time* first_visit);
+
protected:
// Returns the database and statement cache for the functions in this
// interface. The decendent of this class implements these functions to

Powered by Google App Engine
This is Rietveld 408576698