| Index: content/common/content_switches_internal.h
|
| diff --git a/content/common/content_switches_internal.h b/content/common/content_switches_internal.h
|
| index 990070c4ccd97d5c972c3ea9a89faca628c570f4..1a829eaee62acc4a5d9b1a9ee4bb5c9d6f82c52b 100644
|
| --- a/content/common/content_switches_internal.h
|
| +++ b/content/common/content_switches_internal.h
|
| @@ -6,6 +6,7 @@
|
| #define CONTENT_COMMON_CONTENT_SWITCHES_INTERNAL_H_
|
|
|
| #include "build/build_config.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/public/common/web_preferences.h"
|
|
|
| namespace content {
|
| @@ -20,7 +21,7 @@ bool IsWin32kRendererLockdownEnabled();
|
| #endif
|
| V8CacheOptions GetV8CacheOptions();
|
|
|
| -bool IsUseZoomForDSFEnabled();
|
| +CONTENT_EXPORT bool IsUseZoomForDSFEnabled();
|
|
|
| } // namespace content
|
|
|
|
|