blob: 8d7dba1fc9fbf0e52adec2d00906297ab2681399 [file] [log] [blame]
// Copyright 2021 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_PDF_COMMON_INTERNAL_PLUGIN_HELPERS_H_
#define COMPONENTS_PDF_COMMON_INTERNAL_PLUGIN_HELPERS_H_
namespace pdf {
// MIME type of the internal PDF plugin.
extern const char kInternalPluginMimeType[];
} // namespace pdf
#endif // COMPONENTS_PDF_COMMON_INTERNAL_PLUGIN_HELPERS_H_