blob: 667c896e972437e5fbe9d08efeae1a47be5e1b5c [file] [log] [blame]
// 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_