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

Unified Diff: net/android/java/src/org/chromium/net/NetworkChangeNotifier.java

Issue 301973002: Support Bluetooth network connection type on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth
Patch Set: Fix Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/android/java/src/org/chromium/net/NetworkChangeNotifierAutoDetect.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/java/src/org/chromium/net/NetworkChangeNotifier.java
diff --git a/net/android/java/src/org/chromium/net/NetworkChangeNotifier.java b/net/android/java/src/org/chromium/net/NetworkChangeNotifier.java
index 67c2c2b9c5486a8877d1a8d8eb4148f34364e0d8..476ff344be196d38c8f3fed1a8579b942a09c72c 100644
--- a/net/android/java/src/org/chromium/net/NetworkChangeNotifier.java
+++ b/net/android/java/src/org/chromium/net/NetworkChangeNotifier.java
@@ -41,6 +41,7 @@ public class NetworkChangeNotifier {
public static final int CONNECTION_3G = 4;
public static final int CONNECTION_4G = 5;
public static final int CONNECTION_NONE = 6;
+ public static final int CONNECTION_BLUETOOTH = 7;
private final Context mContext;
private final ArrayList<Long> mNativeChangeNotifiers;
« no previous file with comments | « no previous file | net/android/java/src/org/chromium/net/NetworkChangeNotifierAutoDetect.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698