| Index: chrome/browser/icon_loader_auralinux.cc
|
| diff --git a/chrome/browser/icon_loader_auralinux.cc b/chrome/browser/icon_loader_auralinux.cc
|
| index 7783751e22209b52229242888ff873ff36782818..c3b57ed8cfd9c37973be1a3cb5652144e442caf3 100644
|
| --- a/chrome/browser/icon_loader_auralinux.cc
|
| +++ b/chrome/browser/icon_loader_auralinux.cc
|
| @@ -10,14 +10,9 @@
|
| #include "ui/views/linux_ui/linux_ui.h"
|
|
|
| // static
|
| -IconGroupID IconLoader::ReadGroupIDFromFilepath(
|
| - const base::FilePath& filepath) {
|
| - return base::nix::GetFileMimeType(filepath);
|
| -}
|
| -
|
| -// static
|
| -bool IconLoader::IsIconMutableFromFilepath(const base::FilePath&) {
|
| - return false;
|
| +IconLoader::IconGroup IconLoader::GroupForFilepath(
|
| + const base::FilePath& file_path) {
|
| + return base::nix::GetFileMimeType(file_path);
|
| }
|
|
|
| // static
|
|
|