Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index 45f7a56ee6fc2d9db81d14691ce98b809e3672b6..7d3e8811776d5b13b79491c2e0cafed6a4cef9e2 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -248,9 +248,6 @@ CONTENT_EXPORT extern const char kDisableWebRtcHWEncoding[]; |
CONTENT_EXPORT extern const char kEnableWebRtcHWH264Encoding[]; |
CONTENT_EXPORT extern const char kEnableWebRtcStunOrigin[]; |
extern const char kWebRtcMaxCaptureFramerate[]; |
-#if defined(OS_LINUX) || defined(OS_MACOSX) |
-CONTENT_EXPORT extern const char kEnableWebRtcCaptureToTexture[]; |
-#endif |
#endif |
#if defined(OS_ANDROID) |