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

Unified Diff: chrome/browser/history/history_unittest.cc

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_service.cc ('k') | chrome/browser/history/top_sites.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_unittest.cc
diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
index 5c242665171687bdfb09bc456a2b69b5b5767fa8..ef08ad784c88f1f767f94660de76f136a02aa0a9 100644
--- a/chrome/browser/history/history_unittest.cc
+++ b/chrome/browser/history/history_unittest.cc
@@ -983,10 +983,6 @@ class HistoryTest : public testing::Test {
virtual ~HistoryTest() {
}
- void OnDeleteURLsDone(CancelableRequestProvider::Handle handle) {
- base::MessageLoop::current()->Quit();
- }
-
void OnMostVisitedURLsAvailable(const MostVisitedURLList* url_list) {
most_visited_urls_ = *url_list;
base::MessageLoop::current()->Quit();
@@ -1107,7 +1103,6 @@ class HistoryTest : public testing::Test {
// For history requests.
base::CancelableTaskTracker tracker_;
- CancelableRequestConsumer consumer_;
// For saving URL info after a call to QueryURL
bool query_url_success_;
« no previous file with comments | « chrome/browser/history/history_service.cc ('k') | chrome/browser/history/top_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698