Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: LayoutTests/netinfo/resources/netinfo_common.js

Issue 291203002: Adds NetInfo v3 Web API to Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo1
Patch Set: Comment typo Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 window.jsTestIsAsync = true;
2
3 // Suppress connection messages information from the host.
4 if (window.internals) {
5 internals.setNetworkStateNotifierTestOnly(true);
6 }
7
8 var connection = navigator.connection;
9 var initialType = connection.type;
10 var newConnectionType = connection.type == "bluetooth" ? "ethernet" : "bluetooth ";
OLDNEW
« no previous file with comments | « LayoutTests/netinfo/multiple-frames-expected.txt ('k') | LayoutTests/netinfo/unregister-during-event.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698