DescriptionRemove unnecessary add/removeObserver lifetime notifier indirections.
With LifetimeNotifier<T,O>::{add,remove}Observer(O*) now being type
accurate & safe, we can simply expose these as public and avoid having
to define&declare forwarding versions. Unless the overriding is needed
(e.g., ContextLifecycleNotifier::addObserver().)
R=haraken
BUG=462949
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191537
Patch Set 1 #
Total comments: 2
Messages
Total messages: 8 (2 generated)
|