| Index: third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| index 2eedb74d0dbb271e73417183d1874c5499e2a2b2..44d2416fbaeffb818d11941ac763b6ecb4d4fdb2 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| @@ -418,4 +418,8 @@ void WebRuntimeFeatures::EnableMediaCastOverlayButton(bool enable) {
|
| RuntimeEnabledFeatures::SetMediaCastOverlayButtonEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::EnableWebAuth(bool enable) {
|
| + RuntimeEnabledFeatures::SetWebAuthEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|