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

Unified Diff: chrome/browser/captive_portal/captive_portal_service.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 years, 7 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/captive_portal/captive_portal_service.h
diff --git a/chrome/browser/captive_portal/captive_portal_service.h b/chrome/browser/captive_portal/captive_portal_service.h
index 02c989e91023c2082fe8222c328e1dccd99efbff..f9c5b4ab2ffa2a965b8350afe1187e509b1a8185 100644
--- a/chrome/browser/captive_portal/captive_portal_service.h
+++ b/chrome/browser/captive_portal/captive_portal_service.h
@@ -27,7 +27,7 @@ namespace captive_portal {
// Captive portal checks are rate-limited. The CaptivePortalService may only
// be accessed on the UI thread.
// Design doc: https://docs.google.com/document/d/1k-gP2sswzYNvryu9NcgN7q5XrsMlUdlUdoW9WRaEmfM/edit
-class CaptivePortalService : public ProfileKeyedService,
+class CaptivePortalService : public BrowserContextKeyedService,
public base::NonThreadSafe {
public:
enum TestingState {
@@ -114,7 +114,7 @@ class CaptivePortalService : public ProfileKeyedService,
void OnPortalDetectionCompleted(
const CaptivePortalDetector::Results& results);
- // ProfileKeyedService:
+ // BrowserContextKeyedService:
virtual void Shutdown() OVERRIDE;
// Called when a captive portal check completes. Passes the result to all

Powered by Google App Engine
This is Rietveld 408576698