Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2366)

Unified Diff: base/nix/mime_util_xdg.h

Issue 2369933003: Remove dead code, GetDataMimeType (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/nix/mime_util_xdg.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | base/nix/mime_util_xdg.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698