DescriptionFix debug crash caused by NetworkChangeNotifierChromeos.
- Convert NetworkChangeNotifier::NotifyObserversOfOnlineStateChange() to static.
- Remove ScopedRunnableMethodFactory member from NetworkChangeNotifierChromeos.
The problem is that ScopedRunnableMethodFactory is not thread-safe, so tasks created by it can only be posted to the current thread.
BUG=chromium-os:16197
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88346
Patch Set 1 #Patch Set 2 : Change NotifyObserversOfOnlineStateChange call to static. #
Messages
Total messages: 7 (0 generated)
|