| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index dd0a730a560d00ff18a78f1a66a8717e3fb047fb..a00951f901ea949ec4c243bb3b588b03784e4b28 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -240,6 +240,7 @@ CONTENT_EXPORT extern const char kDisableWebRtcHWDecoding[];
|
| CONTENT_EXPORT extern const char kDisableWebRtcEncryption[];
|
| CONTENT_EXPORT extern const char kDisableWebRtcHWEncoding[];
|
| CONTENT_EXPORT extern const char kEnableWebRtcHWVp8Encoding[];
|
| +CONTENT_EXPORT extern const char kEnableWebRtcHWH264Encoding[];
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
|
|