Chromium Code Reviews| Index: third_party/WebKit/Source/core/testing/NetInfo.idl |
| diff --git a/third_party/WebKit/Source/core/testing/NetInfo.idl b/third_party/WebKit/Source/core/testing/NetInfo.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3c8a31b648ae930e7cbfc6e19a8a19712e0caaff |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/testing/NetInfo.idl |
| @@ -0,0 +1,13 @@ |
| +// Copyright 2017 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. |
| + |
| +enum EffectiveConnectionType { |
|
haraken
2017/06/02 04:03:56
Can we move this enum to Internals.idl?
We don't
tbansal1
2017/06/02 04:42:11
Done.
|
| + "slow-2g", |
| + "2g", |
| + "3g", |
| + "4g" |
| +}; |
| + |
| +interface NetInfo { |
| +}; |