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

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

Issue 369503007: Remove dead code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows compilation Created 6 years, 5 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/history/history_unittest.cc ('k') | chrome/browser/history/top_sites_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/top_sites.h
diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h
index b0bdcb963c41e72bade06913d11ad77a93112840..47ed7de8cfe4b78d75d2d05e6d687adafbeb744e 100644
--- a/chrome/browser/history/top_sites.h
+++ b/chrome/browser/history/top_sites.h
@@ -9,7 +9,6 @@
#include "base/callback.h"
#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted.h"
-#include "chrome/browser/common/cancelable_request.h"
#include "chrome/browser/history/history_service.h"
#include "chrome/browser/history/history_types.h"
#include "components/history/core/common/thumbnail_score.h"
@@ -121,9 +120,9 @@ class TopSites
virtual void Shutdown() = 0;
// Query history service for the list of available thumbnails. Returns the
- // handle for the request, or NULL if a request could not be made.
- // Public only for testing purposes.
- virtual CancelableRequestProvider::Handle StartQueryForMostVisited() = 0;
+ // task id for the request, or |base::CancelableTaskTracker::kBadTaskId| if a
+ // request could not be made. Public only for testing purposes.
+ virtual base::CancelableTaskTracker::TaskId StartQueryForMostVisited() = 0;
// Returns true if the given URL is known to the top sites service.
// This function also returns false if TopSites isn't loaded yet.
« no previous file with comments | « chrome/browser/history/history_unittest.cc ('k') | chrome/browser/history/top_sites_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698