| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index b6bfddca73d4f986e04a29f048c406939a9e7b24..0b885ecfde118b1fa001e93054318af62e441240 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -594,6 +594,14 @@ extern const char kWebrtcHwH264EncodingName[];
|
| // encoding support.
|
| extern const char kWebrtcHwH264EncodingDescription[];
|
|
|
| +// Name of chrome:flags option to turn on WebRTC vp8 hardware video encoding
|
| +// support.
|
| +extern const char kWebrtcHwVP8EncodingName[];
|
| +
|
| +// Description of chrome:flags option to turn on WebRTC hardware vp8 video
|
| +// encoding support.
|
| +extern const char kWebrtcHwVP8EncodingDescription[];
|
| +
|
| // Name of chrome:flags option to enable GCM cipher suites for WebRTC
|
| extern const char kWebrtcSrtpAesGcmName[];
|
|
|
|
|