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

Unified Diff: chrome/browser/invalidation/invalidation_frontend.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/invalidation/invalidation_frontend.h
diff --git a/chrome/browser/invalidation/invalidation_frontend.h b/chrome/browser/invalidation/invalidation_frontend.h
index 8344e271e13d8cbaeddc4a3c05453a328ddc1db7..f8b61a5f54548114c9eeabac197ff937752bca83 100644
--- a/chrome/browser/invalidation/invalidation_frontend.h
+++ b/chrome/browser/invalidation/invalidation_frontend.h
@@ -45,7 +45,7 @@ namespace invalidation {
// It is an error to have registered handlers when an InvalidationFrontend is
// shut down; clients must ensure that they unregister themselves before then.
//
-// TODO(rlarocque): This class should extend ProfileKeyedService.
+// TODO(rlarocque): This class should extend BrowserContextKeyedService.
//
// NOTE(akalin): Invalidations that come in during browser shutdown may get
// dropped. This won't matter once we have an Acknowledge API, though: see

Powered by Google App Engine
This is Rietveld 408576698