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

Unified Diff: chrome/browser/icon_loader_mac.mm

Issue 2440273002: Clean up the IconLoader. (Closed)
Patch Set: Created 4 years, 2 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
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..3a31a1d7089e06b0a1bf42dc8be1354765f6cee6 100644
--- a/chrome/browser/icon_loader_mac.mm
+++ b/chrome/browser/icon_loader_mac.mm
@@ -15,17 +15,12 @@
#include "ui/gfx/image/image_skia_util_mac.h"
// static
-IconGroupID IconLoader::ReadGroupIDFromFilepath(
+IconLoader::IconGroup IconLoader::GroupForFilepath(
const base::FilePath& filepath) {
return filepath.Extension();
}
// static
-bool IconLoader::IsIconMutableFromFilepath(const base::FilePath&) {
- return false;
-}
-
-// static
content::BrowserThread::ID IconLoader::ReadIconThreadID() {
return content::BrowserThread::FILE;
}

Powered by Google App Engine
This is Rietveld 408576698