| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 176a503fdebde254f33c73da2e28ae2d43eabff6..ebc1e76135ee1cfe9c48c76b38e7d49fd7ab178b 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -6255,12 +6255,22 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_FLAGS_DISABLE_WEBRTC_HW_ENCODING_DESCRIPTION" desc="Description of chrome:flags option to turn off WebRTC hardware video encoding support.">
|
| This option disables support in WebRTC for encoding video streams using platform hardware.
|
| </message>
|
| - <message name="IDS_FLAGS_DISABLE_WEBAUDIO_NAME" desc="Name of the 'Disable WebAudio' lab.">
|
| - Disable WebAudio
|
| - </message>
|
| - <message name="IDS_FLAGS_DISABLE_WEBAUDIO_DESCRIPTION" desc="Description for the flag to disable WebAudio.">
|
| - Enabling this option prevents web sites from accessing the WebAudio API.
|
| - </message>
|
| + <if expr="not pp_ifdef('use_webaudio_enable_message')">
|
| + <message name="IDS_FLAGS_DISABLE_WEBAUDIO_NAME" desc="Name of the 'Disable WebAudio' lab.">
|
| + Disable WebAudio
|
| + </message>
|
| + <message name="IDS_FLAGS_DISABLE_WEBAUDIO_DESCRIPTION" desc="Description for the flag to disable WebAudio.">
|
| + Enabling this option prevents web sites from accessing the WebAudio API.
|
| + </message>
|
| + </if>
|
| + <if expr="pp_ifdef('use_webaudio_enable_message')">
|
| + <message name="IDS_FLAGS_ENABLE_WEBAUDIO_NAME" desc="Name of the 'Enable WebAudio' lab.">
|
| + Enable WebAudio
|
| + </message>
|
| + <message name="IDS_FLAGS_ENABLE_WEBAUDIO_DESCRIPTION" desc="Description for the flag to enable WebAudio.">
|
| + Enabling this option allows web sites to access the WebAudio API.
|
| + </message>
|
| + </if>
|
| <message name="IDS_FLAGS_FIXED_POSITION_CREATES_STACKING_CONTEXT_NAME" desc="Name of the 'Fixed position creates stacking context' lab.">
|
| Fixed position elements create stacking contexts.
|
| </message>
|
|
|