Index: chrome/browser/icon_loader.h |
diff --git a/chrome/browser/icon_loader.h b/chrome/browser/icon_loader.h |
index 139c2433e397411379765fa280c48d0923670263..5053858406b0e4ceb0a43a0b7db8355c9753008e 100644 |
--- a/chrome/browser/icon_loader.h |
+++ b/chrome/browser/icon_loader.h |
@@ -80,15 +80,6 @@ class IconLoader : public base::RefCountedThreadSafe<IconLoader> { |
Delegate* delegate_; |
-#if defined(TOOLKIT_USES_GTK) |
- // On X11 we use gdk's pixbuf loader, which has to execute on the UI |
- // thread, so we only read the file on the background thread and parse it |
- // on the main thread. |
- void ParseIcon(); |
- FilePath filename_; |
- std::string icon_data_; |
-#endif |
- |
DISALLOW_COPY_AND_ASSIGN(IconLoader); |
}; |