summaryrefslogtreecommitdiffstats
path: root/base/nix/mime_util_xdg.h
diff options
context:
space:
mode:
authordavidben@chromium.org <davidben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-11 19:13:52 +0000
committerdavidben@chromium.org <davidben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-11 19:13:52 +0000
commit3d6d89d74316ef70bc89265c590f9cc7421c00fb (patch)
treebdd42dbcac1f23bd118a1033b806512a244d9d35 /base/nix/mime_util_xdg.h
parent5876539477c56d2a6440e087e1ec75c92f50150c (diff)
downloadchromium_src-3d6d89d74316ef70bc89265c590f9cc7421c00fb.zip
chromium_src-3d6d89d74316ef70bc89265c590f9cc7421c00fb.tar.gz
chromium_src-3d6d89d74316ef70bc89265c590f9cc7421c00fb.tar.bz2
Remove icon_loader_linux.cc and related code.
linux_aura uses the native GTK routines. BUG=297026 Review URL: https://codereview.chromium.org/235343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/nix/mime_util_xdg.h')
-rw-r--r--base/nix/mime_util_xdg.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/base/nix/mime_util_xdg.h b/base/nix/mime_util_xdg.h
index 79eb782..e40415e 100644
--- a/base/nix/mime_util_xdg.h
+++ b/base/nix/mime_util_xdg.h
@@ -25,17 +25,6 @@ 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);
-// Sets the current icon theme that we've detected from the desktop
-// environment. Currently only works when we believe we're in a GTK
-// environment.
-BASE_EXPORT void SetIconThemeName(const std::string& name);
-
-// Gets the file name for an icon given the mime type and icon pixel size.
-// Where an icon is a square image of |size| x |size|.
-// This will try to find the closest matching icon. If that's not available,
-// then a generic icon, and finally an empty FilePath if all else fails.
-BASE_EXPORT FilePath GetMimeIcon(const std::string& mime_type, size_t size);
-
} // namespace nix
} // namespace base