Chromium Code Reviews| Index: content/public/common/content_switches.h |
| =================================================================== |
| --- content/public/common/content_switches.h (revision 123852) |
| +++ content/public/common/content_switches.h (working copy) |
| @@ -79,6 +79,7 @@ |
| extern const char kEnableAccessibility[]; |
| extern const char kEnableAccessibilityLogging[]; |
| CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[]; |
| +CONTENT_EXPORT extern const char kEnableCssRegions[]; |
|
jamesr
2012/02/28 22:27:48
this shouldn't have CONTENT_EXPORT since the only
|
| CONTENT_EXPORT extern const char kEnableDeferred2dCanvas[]; |
| extern const char kEnableCompositeToTexture[]; |
| CONTENT_EXPORT extern const char kEnableDeviceMotion[]; |