1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25

content / common / native_types.mojom [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;