DescriptionRemove misleading BrowserContextKeyedAPI comment.
The comment suggests that one can manage the factory instance using the Singleton class.
That is not possible as Singleton<T> has private methods only and declares only T::GetInstance as friend.
BrowserContextKeyedAPIFactory<X>::GetInstance cannot be defined by users however.
That misleading comment was added here
https://chromiumcodereview.appspot.com/11682005
Committed: https://crrev.com/7bd179d625b0d7422291c852c6f64b5580f2067d
Cr-Commit-Position: refs/heads/master@{#330068}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|