blob: d5bd2b2d25a8e9fd2e1ba3c83641b545a5558ba4 [file] [log] [blame]
// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module content.mojom;
// This file is a collection of content types which rely on legacy IPC
// ParamTraits for serialization. All of these should eventually be converted to
// proper mojom definitions.
// NOTE: This type is only mapped and usable on Mac.
[Native]
enum ScrollbarButtonsPlacement;
// NOTE: This type is only mapped and usable on Mac.
[Native]
enum ScrollerStyle;
// TODO(rockot): This should most likely be defined by network service mojom,
// but the network service doesn't exist yet.
[Native]
enum NetworkConnectionType;
[Native]
enum SystemThemeColor;