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

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: Fix Linux ASAN tests 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
« no previous file with comments | « chrome/browser/download/download_target_determiner.cc ('k') | chrome/browser/history/history_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_backend.h
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index cfd1f494c004a329ebd1ddca2f7fb1abd8553c82..aa5660da5b61584d4ea15b242a7fc2cc751d8f8d 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -169,9 +169,8 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
// then calling this function with url=C would fill redirects with {B, A}.
void QueryRedirectsTo(const GURL& url, RedirectList* redirects);
- void GetVisibleVisitCountToHost(
- scoped_refptr<GetVisibleVisitCountToHostRequest> request,
- const GURL& url);
+ void GetVisibleVisitCountToHost(const GURL& url,
+ VisibleVisitCountToHostResult* result);
// Request the |result_count| most visited URLs and the chain of
// redirects leading to each of these URLs. |days_back| is the
« no previous file with comments | « chrome/browser/download/download_target_determiner.cc ('k') | chrome/browser/history/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698