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

Unified Diff: chrome/browser/supervised_user/supervised_user_settings_service.h

Issue 1312453005: Removed Profile::GetHostContentSettingsMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed patch conflict Created 5 years, 3 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
Index: chrome/browser/supervised_user/supervised_user_settings_service.h
diff --git a/chrome/browser/supervised_user/supervised_user_settings_service.h b/chrome/browser/supervised_user/supervised_user_settings_service.h
index fce6585bc9b54f753734d0b2d487eca9fc1887c9..8b42ac264236e3a87f2fbbab8960deb8a4538bf3 100644
--- a/chrome/browser/supervised_user/supervised_user_settings_service.h
+++ b/chrome/browser/supervised_user/supervised_user_settings_service.h
@@ -85,7 +85,8 @@ class SupervisedUserSettingsService : public KeyedService,
// Gets the associated profile
// This is currently only used for subscribing to notifications, it will be
// nullptr in tests and will soon be removed.
- // TODO(peconn): Remove this once HostContentSettingsMap is a KeyedService
+ // TODO(peconn): Remove this once SupervisedUserPrefStore is (partially at
+ // least) a KeyedService, see TODO in SupervisedUserPrefStore.
Profile* GetProfile();
// Activates/deactivates the service. This is called by the

Powered by Google App Engine
This is Rietveld 408576698