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

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

Issue 783963003: Removing HistoryService::profile() method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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_service.h
diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
index 267e82eca125117bed54288e60f4107a4ecb70e3..5a8a05ece5fb0fd55491672aaa01fdb16ed6b493 100644
--- a/chrome/browser/history/history_service.h
+++ b/chrome/browser/history/history_service.h
@@ -53,10 +53,6 @@ class FilePath;
class Thread;
}
-namespace safe_browsing {
-class LastDownloadFinder;
-}
-
namespace visitedlink {
class VisitedLinkMaster;
}
@@ -543,7 +539,6 @@ class HistoryService : public content::NotificationObserver,
friend class HistoryURLProviderTest;
friend class history::InMemoryURLIndexTest;
template<typename Info, typename Callback> friend class DownloadRequest;
- friend class safe_browsing::LastDownloadFinder;
friend class PageUsageRequest;
friend class RedirectRequest;
friend class SyncBookmarkDataTypeControllerTest;
@@ -858,9 +853,6 @@ class HistoryService : public content::NotificationObserver,
a, b, c, d, e));
}
- // TODO(sdefresne): http://crbug.com/430070 remove this method.
- Profile* profile() { return profile_; }
-
base::ThreadChecker thread_checker_;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698