| Index: telemetry/telemetry/page/traffic_setting.py
|
| diff --git a/telemetry/telemetry/page/traffic_setting.py b/telemetry/telemetry/page/traffic_setting.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..10a8509525af7d77958efb913f5fd38fbbada1df
|
| --- /dev/null
|
| +++ b/telemetry/telemetry/page/traffic_setting.py
|
| @@ -0,0 +1,12 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +NONE = 'none'
|
| +NET_2G = '2g'
|
| +NET_3G = '3g'
|
| +NET_4G = '4g'
|
| +NET_FIBER = 'fiber'
|
|
|