| Index: chrome/browser/icon_loader_mac.mm
|
| diff --git a/chrome/browser/icon_loader_mac.mm b/chrome/browser/icon_loader_mac.mm
|
| index 6abeb4734b6aa759fa01aacdce6229f8e56054ec..2c1e2c03ef4d4883d81cb7d35d778378250bf37a 100644
|
| --- a/chrome/browser/icon_loader_mac.mm
|
| +++ b/chrome/browser/icon_loader_mac.mm
|
| @@ -15,14 +15,9 @@
|
| #include "ui/gfx/image/image_skia_util_mac.h"
|
|
|
| // static
|
| -IconGroupID IconLoader::ReadGroupIDFromFilepath(
|
| - const base::FilePath& filepath) {
|
| - return filepath.Extension();
|
| -}
|
| -
|
| -// static
|
| -bool IconLoader::IsIconMutableFromFilepath(const base::FilePath&) {
|
| - return false;
|
| +IconLoader::IconGroup IconLoader::GroupForFilepath(
|
| + const base::FilePath& file_path) {
|
| + return file_path.Extension();
|
| }
|
|
|
| // static
|
|
|