summaryrefslogtreecommitdiffstats
path: root/chrome/common/resource_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/resource_bundle.h')
-rw-r--r--chrome/common/resource_bundle.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/resource_bundle.h b/chrome/common/resource_bundle.h
index 54d99b2..7af3ac8 100644
--- a/chrome/common/resource_bundle.h
+++ b/chrome/common/resource_bundle.h
@@ -119,9 +119,6 @@ class ResourceBundle {
#elif defined(OS_LINUX)
// Linux will use base::DataPack. TODO(evanm): finish this.
typedef base::DataPack* DataHandle;
-#elif defined(OS_MACOSX)
- // TODO(port): figure this out
- typedef void* DataHandle;
#endif
// Ctor/dtor are private, since we're a singleton.