Index: components/keyed_service/content/browser_context_keyed_base_factory.h |
diff --git a/components/keyed_service/content/browser_context_keyed_base_factory.h b/components/keyed_service/content/browser_context_keyed_base_factory.h |
index c7603afd33e924d26ffeb1ec36622416aa12fb9c..5b13ae4e450aa7ad01b5b27b8b848e3a8d966b25 100644 |
--- a/components/keyed_service/content/browser_context_keyed_base_factory.h |
+++ b/components/keyed_service/content/browser_context_keyed_base_factory.h |
@@ -27,6 +27,11 @@ class PrefRegistrySyncable; |
// RefcountedBrowserContextKeyedServiceFactory. This object describes general |
// dependency management between Factories; subclasses react to lifecycle |
// events and implement memory management. |
+// |
+// Note: this class is deprecated and should not be used and will be removed |
+// once http://crbug.com/131843 and http://crbug.com/131844 are closed. If you |
+// need to implement a new way to manage KeyedService lifetime, base your code |
+// on KeyedServiceBaseFactory instead. |
class KEYED_SERVICE_EXPORT BrowserContextKeyedBaseFactory |
: public KeyedServiceBaseFactory { |
public: |