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

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

Issue 111633003: Removes some dead database code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: leave idle comment Created 7 years 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_backend.h
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index 0943c61fefb3a99f501f6dd1c13b943ce1ec6f95..2eca595ebbd3b298c217589ef5d886a03bb0b677 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -296,14 +296,6 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
int max_result_count);
void DeleteOldSegmentData();
- void IncreaseSegmentDuration(const GURL& url,
- base::Time time,
- base::TimeDelta delta);
-
- void QuerySegmentDuration(scoped_refptr<QuerySegmentUsageRequest> request,
- const base::Time from_time,
- int max_result_count);
-
// Keyword search terms ------------------------------------------------------
void SetKeywordSearchTermsForURL(const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698