// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_SURFACE_EMBED_COMMON_CONSTANTS_H_
#define COMPONENTS_SURFACE_EMBED_COMMON_CONSTANTS_H_

namespace surface_embed {

// MIME type of the internal surface-embed plugin.
inline constexpr char kInternalPluginMimeType[] =
    "application/x-chromium-surface-embed";

}  // namespace surface_embed

#endif  // COMPONENTS_SURFACE_EMBED_COMMON_CONSTANTS_H_
