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

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..7a62640d3465992c4da74cae91b48d6294cc9cfc 100644
--- a/chrome/browser/history/history_service.h
+++ b/chrome/browser/history/history_service.h
@@ -858,9 +858,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