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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/last_download_finder.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/safe_browsing/incident_reporting/last_download_finder.h
diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h
index 7202547b7e9f24eca0f8ef6e2e8225d3a0da8c9b..0f7503d3ff3f96b8aecf2d7751afac309448e488 100644
--- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h
+++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h
@@ -90,11 +90,6 @@ class LastDownloadFinder : public content::NotificationObserver,
Profile* profile,
scoped_ptr<ClientIncidentReport_DownloadDetails> details);
- // Initiates a search in |profile| if it is in the set of profiles to be
- // searched.
- void OnProfileHistoryLoaded(Profile* profile,
- HistoryService* history_service);
-
// Abandons the search for downloads in |profile|, reporting results if there
// are no more pending queries.
void AbandonSearchInProfile(Profile* profile);

Powered by Google App Engine
This is Rietveld 408576698