summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 00:24:39 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 00:24:39 +0000
commitdcefa305312e7045cce1ec6bc746a4ba26dec871 (patch)
tree7fbea6592ac6d4c59cc456227a3d5195818a7679 /chrome/common/temp_scaffolding_stubs.h
parentcf2a4e4fe2c337c2c4bf4f14443fc2cbb3f6e2d9 (diff)
downloadchromium_src-dcefa305312e7045cce1ec6bc746a4ba26dec871.zip
chromium_src-dcefa305312e7045cce1ec6bc746a4ba26dec871.tar.gz
chromium_src-dcefa305312e7045cce1ec6bc746a4ba26dec871.tar.bz2
Linux download shelf icons first cut.
Nor do we have support for alternate file formats; nor do we have a default icon. BUG=http://crbug.com/8631 Review URL: http://codereview.chromium.org/113571 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16444 0039d316-1c4b-4281-b951-d872f2087c98
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:
};