Commit cd077070 authored by bolian@chromium.org's avatar bolian@chromium.org

GetCurrentConnectionType (in NetworkChangeNotifier.java) gets actual...

GetCurrentConnectionType (in NetworkChangeNotifier.java) gets actual connection type if the value is CONNECTION_UNKNOWN.

BUG=370292

Review URL: https://codereview.chromium.org/264973019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269529 0039d316-1c4b-4281-b951-d872f2087c98
parent 93bc6213
...@@ -134,7 +134,7 @@ public class NetworkChangeNotifier { ...@@ -134,7 +134,7 @@ public class NetworkChangeNotifier {
} }
}, },
mContext); mContext);
mCurrentConnectionType = mAutoDetector.getCurrentConnectionType(); updateCurrentConnectionType(mAutoDetector.getCurrentConnectionType());
} }
} else { } else {
destroyAutoDetector(); destroyAutoDetector();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment