| 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 30deec122f7d22eddea1d065a8187009634309c2..42774db1a182727416f56c6ed9fb570c03d7c9ed 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -370,4 +370,9 @@ void WebRuntimeFeatures::enableSendBeaconThrowForBlobWithNonSimpleType(bool enab
|
| RuntimeEnabledFeatures::setSendBeaconThrowForBlobWithNonSimpleTypeEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableWebShare(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setWebShareEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|