Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index 782db83e375465f3145db57833fee9ca220f6873..2f70b3b55219dfa78efed87c857c01ae85657006 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -182,7 +182,7 @@ extern const char kEnableAcceleratedCompositingForOverflowScroll[]; |
extern const char kShowPaintRects[]; |
CONTENT_EXPORT extern const char kSimulateTouchScreenWithMouse[]; |
CONTENT_EXPORT extern const char kSingleProcess[]; |
-extern const char kSitePerProcess[]; |
+CONTENT_EXPORT extern const char kSitePerProcess[]; |
CONTENT_EXPORT extern const char kSkipGpuDataLoading[]; |
extern const char kSkipGpuFullInfoCollection[]; |
extern const char kTapDownDeferralTimeMs[]; |