Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index caef4bbd4d534a409eef2b7ed54711478dc4891b..589e1fc54b38ab7c29deec4283679a88000c7ab1 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -292,6 +292,7 @@ CONTENT_EXPORT extern const char kDisableGestureRequirementForMediaPlayback[]; |
extern const char kDisableMediaHistoryLogging[]; |
CONTENT_EXPORT extern const char kDisableOverscrollEdgeEffect[]; |
CONTENT_EXPORT extern const char kDisableWebRTC[]; |
+CONTENT_EXPORT extern const char KEnableSurfaceTextureBuffer[]; |
reveman
2014/02/26 08:02:34
We shouldn't need this switch. If a platform has a
|
CONTENT_EXPORT extern const char kEnableSpeechRecognition[]; |
CONTENT_EXPORT extern const char kHideScrollbars[]; |
extern const char kNetworkCountryIso[]; |