Chromium Code Reviews| Index: Source/core/testing/InternalSettings.idl |
| diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl |
| index 3be279c33ee28ec686c07cbb9941832ff4c8f256..e6270b03af8aeb18ad7a97bd128176dcfd19ee1d 100644 |
| --- a/Source/core/testing/InternalSettings.idl |
| +++ b/Source/core/testing/InternalSettings.idl |
| @@ -65,4 +65,5 @@ |
| void setImageColorProfilesEnabled(boolean enabled); |
| void setScrollTopLeftInteropEnabled(boolean enabled); |
| void setLinkHeaderEnabled(boolean enabled); |
| + void setNewMediaPlaybackUiEnabled(boolean enabled); |
|
liberato (no reviews please)
2015/09/23 15:53:24
i didn't see a way to make a setter out of this in
|
| }; |