DescriptionRefactor net::NetLog to provide implementation of observer pattern, not just the interface.
This would make use of net::NetLog::ThreadSafeObserver available from base/net, so custom NetLog implementations can focus on implementing OnAddEntry() without re-implementing all NetLog methods.
The implementation of observer pattern was previously provided in ChromeNetLog.
The contents of chrome_net_log_unittest are merged to net_log_unittest.
TESTS=net_log_unittest
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204861
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204946
Patch Set 1 #Patch Set 2 : revert unwanted changes #Patch Set 3 : revert more #
Total comments: 20
Patch Set 4 : #
Total comments: 24
Patch Set 5 : rebase / fix #Patch Set 6 : #Patch Set 7 : minimize diff #Patch Set 8 : more minimize #Patch Set 9 : avoid adding empty lines #Patch Set 10 : private Observer #
Total comments: 14
Patch Set 11 : fix #
Messages
Total messages: 23 (0 generated)
|