| Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| index 596427eb5e27c62eb70d0196f076068c801b561f..8e0962b40a55c2e81fb75786d729ee11198cf0ac 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -392,4 +392,8 @@ void WebRuntimeFeatures::EnableMediaControlsOverlayPlayButton(bool enable) {
|
| RuntimeEnabledFeatures::setMediaControlsOverlayPlayButtonEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::EnableKeyboardLock(bool enable) {
|
| + RuntimeEnabledFeatures::setKeyboardLockEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|