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

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

Issue 351553004: Port HistoryService::GetVisibleVisitCountToHost to CancelableTaskTracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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_backend.h
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index b904a12bbff38f5ea65a165163ac2007b6d44d98..576bd3cc8b4bf27d54eb031122adb8a01f7a5cac 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -158,9 +158,8 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
void QueryRedirectsFrom(const GURL& url, QueryRedirectsResult* result);
void QueryRedirectsTo(const GURL& url, QueryRedirectsResult* result);
- void GetVisibleVisitCountToHost(
- scoped_refptr<GetVisibleVisitCountToHostRequest> request,
- const GURL& url);
+ void GetVisibleVisitCountToHost(const GURL& url,
+ VisibleVisitCountToHostResult* result);
// TODO(Nik): remove. Use QueryMostVisitedURLs instead.
void QueryTopURLsAndRedirects(

Powered by Google App Engine
This is Rietveld 408576698