| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index c8a165a11f023e7524e4feb07a2fa2513e0b9249..0354b813f2c37489fe4ba08c18277e92cd0a5093 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1936,7 +1936,7 @@ void WebLocalFrameImpl::sendOrientationChangeEvent()
|
|
|
| void WebLocalFrameImpl::willShowInstallBannerPrompt(int requestId, const WebVector<WebString>& platforms, WebAppBannerPromptReply* reply)
|
| {
|
| - if (!RuntimeEnabledFeatures::appBannerEnabled() || !frame())
|
| + if (!frame())
|
| return;
|
|
|
| AppBannerController::willShowInstallBannerPrompt(requestId, client()->appBannerClient(), frame(), platforms, reply);
|
|
|