summaryrefslogtreecommitdiffstats
path: root/components/metrics/proto
diff options
context:
space:
mode:
authorjkarlin@chromium.org <jkarlin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 14:08:40 +0000
committerjkarlin@chromium.org <jkarlin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 14:08:40 +0000
commit078cab2e42fdb14b877917b33dad3290f493a24d (patch)
tree5d30b318baf3745e3091ba47f80c2e906c8548ad /components/metrics/proto
parentedf38edb6712d24baf6df6230dd4b6990c4ddc03 (diff)
downloadchromium_src-078cab2e42fdb14b877917b33dad3290f493a24d.zip
chromium_src-078cab2e42fdb14b877917b33dad3290f493a24d.tar.gz
chromium_src-078cab2e42fdb14b877917b33dad3290f493a24d.tar.bz2
Adds bluetooth connection type to NetworkChangeNotifier.
This is for compliance with NetInfov3 (http://w3c.github.io/netinfo/). BUG=378785 Review URL: https://codereview.chromium.org/307943004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/metrics/proto')
-rw-r--r--components/metrics/proto/system_profile.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/metrics/proto/system_profile.proto b/components/metrics/proto/system_profile.proto
index 98a0f5d..1145333 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;