summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index ac62d3c1..7fad342 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -323,26 +323,6 @@ namespace download_util {
void DragDownload(const DownloadItem* download, SkBitmap* icon);
} // namespace download_util
-class IconLoader {
- public:
- enum IconSize {
- SMALL = 0, // 16x16
- NORMAL, // 32x32
- LARGE
- };
-};
-
-class IconManager : public CancelableRequestProvider {
- public:
- typedef CancelableRequestProvider::Handle Handle;
- typedef Callback2<Handle, SkBitmap*>::Type IconRequestCallback;
- SkBitmap* LookupIcon(const FilePath&, IconLoader::IconSize)
- { NOTIMPLEMENTED(); return NULL; }
- Handle LoadIcon(const FilePath&, IconLoader::IconSize,
- CancelableRequestConsumerBase*, IconRequestCallback*)
- { NOTIMPLEMENTED(); return NULL; }
-};
-
class DebuggerWindow : public base::RefCountedThreadSafe<DebuggerWindow> {
public:
};