Index: components/metrics/proto/system_profile.proto |
diff --git a/components/metrics/proto/system_profile.proto b/components/metrics/proto/system_profile.proto |
index 98a0f5dc4270c70efb67d7e16e07d578308adc85..11453333049aaf7285be8f9bf017cc11220f32f8 100644 |
--- a/components/metrics/proto/system_profile.proto |
+++ b/components/metrics/proto/system_profile.proto |
@@ -268,6 +268,7 @@ message SystemProfileProto { |
CONNECTION_2G = 3; |
CONNECTION_3G = 4; |
CONNECTION_4G = 5; |
+ CONNECTION_BLUETOOTH = 6; |
} |
// The connection type according to NetworkChangeNotifier. |
optional ConnectionType connection_type = 2; |