DescriptionRefactor Android's NetworckChangeNotifier.
The current implementation of NetworkChangeNotifier on Android
assumes that the embedder has the Android ACCESS_NETWORK_STATE
platform permission, and will crash if it does not.
This change refactors the implementation such that the embedder
pushes state changes into the NetworkChangeNotfier, and makes
the NetworkChangeNotifier a singleton.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146100
Patch Set 1 #
Total comments: 1
Patch Set 2 : Keep auto detect logic, but default to simple behavior. #
Total comments: 4
Patch Set 3 : Tidy up android's is-tablet functionality #
Messages
Total messages: 12 (0 generated)
|