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

Unified Diff: extensions/browser/browser_context_keyed_api_factory.h

Issue 1135343003: Remove misleading BrowserContextKeyedAPI comment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/browser_context_keyed_api_factory.h
diff --git a/extensions/browser/browser_context_keyed_api_factory.h b/extensions/browser/browser_context_keyed_api_factory.h
index dfd2887a03cd82bd594147b5d6e5fedb52a20c48..fc0add240e066d5b81ea510ee7b1d2e4d44872b4 100644
--- a/extensions/browser/browser_context_keyed_api_factory.h
+++ b/extensions/browser/browser_context_keyed_api_factory.h
@@ -43,9 +43,9 @@ class BrowserContextKeyedAPI : public KeyedService {
static const bool kServiceIsNULLWhileTesting = false;
// Users of this factory template must define a GetFactoryInstance()
- // and manage their own instances (typically using LazyInstance or
- // Singleton), because those cannot be included in more than one
- // translation unit (and thus cannot be initialized in a header file).
+ // and manage their own instances (using LazyInstance), because those cannot
+ // be included in more than one translation unit (and thus cannot be
+ // initialized in a header file).
//
// In the header file, declare GetFactoryInstance(), e.g.:
// class HistoryAPI {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698