| Index: content/common/native_types.mojom
|
| diff --git a/content/common/native_types.mojom b/content/common/native_types.mojom
|
| index d11886248fca9429c033091569cd5bcbcf37ddf4..c848b957f3e465785509e19d8d688c02ee7f8ca0 100644
|
| --- a/content/common/native_types.mojom
|
| +++ b/content/common/native_types.mojom
|
| @@ -36,5 +36,10 @@ struct WebPreferences;
|
| [Native]
|
| enum NetworkConnectionType;
|
|
|
| +// TODO(rockot): This should most likely be defined by network service mojom,
|
| +// but the network service doesn't exist yet.
|
| +[Native]
|
| +enum EffectiveConnectionType;
|
| +
|
| [Native]
|
| enum WebPopupType;
|
|
|