| Index: third_party/WebKit/Source/core/frame/Settings.in
|
| diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
|
| index b66cff711253f391049729c54005abcee23d66d3..32ee0299ee7be589a83b7b7a92aafcc5b06b845f 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -431,3 +431,7 @@ hideDownloadUI initial=false
|
|
|
| # Whether or not to issue range requests for images and show placeholders.
|
| fetchImagePlaceholders initial=false
|
| +
|
| +# Whether the frame is a presentation receiver and should expose
|
| +# `navigator.presentation.receiver`.
|
| +presentationReceiver initial=false
|
|
|