| Index: base/nix/mime_util_xdg.h
|
| diff --git a/base/nix/mime_util_xdg.h b/base/nix/mime_util_xdg.h
|
| index 41bbf6d28881d978c1c00fab03938a428d1cd782..e0f264a5657786c3d43b7a965d8c23cd2d711e92 100644
|
| --- a/base/nix/mime_util_xdg.h
|
| +++ b/base/nix/mime_util_xdg.h
|
| @@ -30,9 +30,6 @@ namespace nix {
|
| // If the mime type is unknown, this will return application/octet-stream.
|
| BASE_EXPORT std::string GetFileMimeType(const FilePath& filepath);
|
|
|
| -// Get the mime type for a byte vector.
|
| -BASE_EXPORT std::string GetDataMimeType(const std::string& data);
|
| -
|
| } // namespace nix
|
| } // namespace base
|
|
|
|
|