Chromium Code Reviews| Index: content/common/content_export.h |
| =================================================================== |
| --- content/common/content_export.h (revision 109652) |
| +++ content/common/content_export.h (working copy) |
| @@ -6,7 +6,7 @@ |
| #define CONTENT_COMMON_CONTENT_EXPORT_H_ |
| #pragma once |
| -#if defined(COMPONENT_BUILD) && !defined(COMPILE_CONTENT_STATICALLY) |
| +#if 0 // TODO(dpranke): Uncomment: defined(COMPONENT_BUILD). |
| #if defined(WIN32) |
| #if defined(CONTENT_IMPLEMENTATION) |